* 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
|
;;;###autoload
|
||||||
(defun apropos-variable (pattern &optional do-not-all)
|
(defun apropos-variable (pattern &optional do-not-all)
|
||||||
"Show variables that match PATTERN.
|
"Show variables that match PATTERN.
|
||||||
When DO-NOT-ALL is non-nil, show user options only, i.e. behave
|
With the optional argument DO-NOT-ALL non-nil (or when called
|
||||||
like `apropos-user-option'."
|
interactively with the prefix \\[universal-argument]), show user
|
||||||
|
options only, i.e. behave like `apropos-user-option'."
|
||||||
(interactive (list (apropos-read-pattern
|
(interactive (list (apropos-read-pattern
|
||||||
(if current-prefix-arg "user option" "variable"))
|
(if current-prefix-arg "user option" "variable"))
|
||||||
current-prefix-arg))
|
current-prefix-arg))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue