mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
apropos-print doc fix
* lisp/apropos.el (apropos-print): Document the undocumented parameters (bug#20520).
This commit is contained in:
parent
b6a4d16220
commit
0714d73878
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user