Function: apropos-false-hit-str
apropos-false-hit-str is a byte-compiled function defined in
apropos.el.gz.
Signature
(apropos-false-hit-str STR)
Documentation
Return t if STR is not really matched by the current keywords.
Source Code
;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defun apropos-false-hit-str (str)
"Return t if STR is not really matched by the current keywords."
(not (apropos-true-hit str apropos-words)))