summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-04-30 21:13:48 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-04-30 21:13:48 +0200
commit0714d7387812a151f59993ac77c7321724ef79b1 (patch)
tree6e8acbba3b52fae9147ed74d6fe8b11d0a030851 /lisp/apropos.el
parentb6a4d162208f239bc7804696d611ae52c686f138 (diff)
downloademacs-0714d7387812a151f59993ac77c7321724ef79b1.tar.gz
emacs-0714d7387812a151f59993ac77c7321724ef79b1.tar.bz2
emacs-0714d7387812a151f59993ac77c7321724ef79b1.zip
apropos-print doc fix
* lisp/apropos.el (apropos-print): Document the undocumented parameters (bug#20520).
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 6009f30f7a8..caeb7cafd12 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -1044,9 +1044,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