diff options
| -rw-r--r-- | lisp/apropos.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index eb145bdc571..72357742b60 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -1040,9 +1040,12 @@ Each element should have the format | |||
| 1040 | The return value is the list that was in `apropos-accumulator', sorted | 1040 | The return value is the list that was in `apropos-accumulator', sorted |
| 1041 | alphabetically by symbol name; but this function also sets | 1041 | alphabetically by symbol name; but this function also sets |
| 1042 | `apropos-accumulator' to nil before returning. | 1042 | `apropos-accumulator' to nil before returning. |
| 1043 | 1043 | If DO-KEYS is non-nil, output the key bindings. If NOSUBST is | |
| 1044 | If SPACING is non-nil, it should be a string; separate items with that string. | 1044 | nil, substitute \"ASCII quotes\" (i.e., grace accent and |
| 1045 | If non-nil, TEXT is a string that will be printed as a heading." | 1045 | apostrophe) with curly quotes), and if non-nil, leave them alone. |
| 1046 | If SPACING is non-nil, it should be a string; separate items with | ||
| 1047 | that string. If non-nil, TEXT is a string that will be printed | ||
| 1048 | as a heading." | ||
| 1046 | (if (null apropos-accumulator) | 1049 | (if (null apropos-accumulator) |
| 1047 | (message "No apropos matches for `%s'" apropos-pattern) | 1050 | (message "No apropos matches for `%s'" apropos-pattern) |
| 1048 | (setq apropos-accumulator | 1051 | (setq apropos-accumulator |