]> code.delx.au - gnu-emacs/commitdiff
* lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813).
authorKaushal Modi <kaushal.modi@gmail.com>
Fri, 26 Feb 2016 18:32:12 +0000 (20:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Feb 2016 18:32:12 +0000 (20:32 +0200)
lisp/apropos.el

index 3c1a4136fbfd796f048c53cf05ef92b034149415..eb145bdc5719a181079136d2276ad317db8061c1 100644 (file)
@@ -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))