diff options
Diffstat (limited to 'lisp/chistory.el')
-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." ;;;###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. |