diff options
| author | Eli Zaretskii | 2016-11-07 19:09:19 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-07 19:09:19 +0200 |
| commit | 7272e5db22ab157389fcaa8a187b78e883c1f4c2 (patch) | |
| tree | b86aa887cfc9d8615b1250f2509024b0bf332234 | |
| parent | 89b74829145d5646c3ab4aafaeb9e124fba04255 (diff) | |
| download | emacs-7272e5db22ab157389fcaa8a187b78e883c1f4c2.tar.gz emacs-7272e5db22ab157389fcaa8a187b78e883c1f4c2.zip | |
* lisp/chistory.el (list-command-history): Doc fix. (Bug#24890)
| -rw-r--r-- | lisp/chistory.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/chistory.el b/lisp/chistory.el index 6f8a74b2a67..be5393720ac 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el | |||
| @@ -95,7 +95,7 @@ from the command history." | |||
| 95 | 95 | ||
| 96 | ;;;###autoload | 96 | ;;;###autoload |
| 97 | (defun list-command-history () | 97 | (defun list-command-history () |
| 98 | "List history of commands typed to minibuffer. | 98 | "List history of commands that used the minibuffer. |
| 99 | The number of commands listed is controlled by `list-command-history-max'. | 99 | The number of commands listed is controlled by `list-command-history-max'. |
| 100 | Calls value of `list-command-history-filter' (if non-nil) on each history | 100 | Calls value of `list-command-history-filter' (if non-nil) on each history |
| 101 | element to judge if that element should be excluded from the list. | 101 | element to judge if that element should be excluded from the list. |