1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

* lisp/chistory.el (list-command-history): Doc fix. (Bug#24890)

This commit is contained in:
Eli Zaretskii 2016-11-07 19:09:19 +02:00
parent 89b7482914
commit 7272e5db22

View File

@ -95,7 +95,7 @@ from the command history."
;;;###autoload
(defun list-command-history ()
"List history of commands typed to minibuffer.
"List history of commands that used the minibuffer.
The number of commands listed is controlled by `list-command-history-max'.
Calls value of `list-command-history-filter' (if non-nil) on each history
element to judge if that element should be excluded from the list.