emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 7350d3d 47/64: apropos-print doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 7350d3d 47/64: apropos-print doc fix
Date: Sun, 01 May 2016 18:18:42 +0000

branch: emacs-25
commit 7350d3d7b062daf0d5faae86f81043b13de08cea
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    apropos-print doc fix
    
    * lisp/apropos.el (apropos-print): Document the undocumented
    parameters (bug#20520).
    
    (cherry picked from commit 0714d7387812a151f59993ac77c7321724ef79b1)
---
 lisp/apropos.el |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/lisp/apropos.el b/lisp/apropos.el
index eb145bd..7235774 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -1040,9 +1040,12 @@ Each element should have the format
 The return value is the list that was in `apropos-accumulator', sorted
 alphabetically by symbol name; but this function also sets
 `apropos-accumulator' to nil before returning.
-
-If SPACING is non-nil, it should be a string; separate items with that string.
-If non-nil, TEXT is a string that will be printed as a heading."
+If DO-KEYS is non-nil, output the key bindings.  If NOSUBST is
+nil, substitute \"ASCII quotes\" (i.e., grace accent and
+apostrophe) with curly quotes), and if non-nil, leave them alone.
+If SPACING is non-nil, it should be a string; separate items with
+that string.  If non-nil, TEXT is a string that will be printed
+as a heading."
   (if (null apropos-accumulator)
       (message "No apropos matches for `%s'" apropos-pattern)
     (setq apropos-accumulator



reply via email to

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