diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 298ecaed024..abc9c107cc0 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -506,7 +506,7 @@ If N is negative, find the previous or Nth previous match." (goto-char (point-min))))) (defun previous-history-element (n) - "Inserts the previous element of `command-history' into the minibuffer." + "Inserts the previous element of the minibuffer history into the minibuffer." (interactive "p") (next-history-element (- n))) |