]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/chistory.el (list-command-history): Doc fix. (Bug#24890)
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Nov 2016 17:09:19 +0000 (19:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Nov 2016 17:09:19 +0000 (19:09 +0200)
lisp/chistory.el

index 6f8a74b2a67bb8cee3b659dd21835014ba3847c3..be5393720ac96369954f318f47caa0322b26b33c 100644 (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.