* lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813).
This commit is contained in:
parent
d2dd614716
commit
ec10ef95cf
1 changed files with 3 additions and 2 deletions
|
@ -505,8 +505,9 @@ variables, not just user options."
|
|||
;;;###autoload
|
||||
(defun apropos-variable (pattern &optional do-not-all)
|
||||
"Show variables that match PATTERN.
|
||||
When DO-NOT-ALL is non-nil, show user options only, i.e. behave
|
||||
like `apropos-user-option'."
|
||||
With the optional argument DO-NOT-ALL non-nil (or when called
|
||||
interactively with the prefix \\[universal-argument]), show user
|
||||
options only, i.e. behave like `apropos-user-option'."
|
||||
(interactive (list (apropos-read-pattern
|
||||
(if current-prefix-arg "user option" "variable"))
|
||||
current-prefix-arg))
|
||||
|
|
Loading…
Add table
Reference in a new issue