Variable: apropos-documentation-sort-by-scores

apropos-documentation-sort-by-scores is a customizable variable defined in apropos.el.gz.

Value

t

Documentation

Non-nil means sort matches by scores; best match is shown first.

This applies to apropos-documentation only. If value is verbose, the computed score is shown for each match.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defcustom apropos-documentation-sort-by-scores t
  "Non-nil means sort matches by scores; best match is shown first.
This applies to `apropos-documentation' only.
If value is `verbose', the computed score is shown for each match."
  :type '(choice (const :tag "off" nil)
		 (const :tag "on" t)
		 (const :tag "show scores" verbose)))