emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 ec10ef9: * lisp/apropos.el (apropos-variable): Do


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 ec10ef9: * lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813).
Date: Fri, 26 Feb 2016 18:33:00 +0000

branch: emacs-25
commit ec10ef95cf2a5309ec7cb74f1383860a13daa546
Author: Kaushal Modi <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/apropos.el (apropos-variable): Doc fix.  (Bug#22813).
---
 lisp/apropos.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/apropos.el b/lisp/apropos.el
index 3c1a413..eb145bd 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]