* lisp/chistory.el (list-command-history): Doc fix. (Bug#24890)
This commit is contained in:
parent
89b7482914
commit
7272e5db22
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ from the command history."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun list-command-history ()
|
(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'.
|
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
|
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.
|
element to judge if that element should be excluded from the list.
|
||||||
|
|
Loading…
Add table
Reference in a new issue