Function: apropos-true-hit-doc

apropos-true-hit-doc is a byte-compiled function defined in apropos.el.gz.

Signature

(apropos-true-hit-doc DOC)

Documentation

Return t if DOC is really matched by the current keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defun apropos-true-hit-doc (doc)
  "Return t if DOC is really matched by the current keywords."
  (apropos-true-hit doc apropos-all-words))