Function: apropos-false-hit-symbol

apropos-false-hit-symbol is a byte-compiled function defined in apropos.el.gz.

Signature

(apropos-false-hit-symbol SYMBOL)

Documentation

Return t if SYMBOL is not really matched by the current keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defun apropos-false-hit-symbol (symbol)
  "Return t if SYMBOL is not really matched by the current keywords."
  (not (apropos-true-hit (symbol-name symbol) apropos-words)))