diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-09-15 08:15:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-09-15 08:15:41 +0000 |
commit | 3ee3a07613f69c80cb28b545c57089dbebd924e8 (patch) | |
tree | 24387653e17d7fe51997c9c905f8ae48fc345776 /lisp/simple.el | |
parent | 01987a6bb7475d985c432550ad911320ed1cbf44 (diff) | |
download | emacs-3ee3a07613f69c80cb28b545c57089dbebd924e8.tar.gz emacs-3ee3a07613f69c80cb28b545c57089dbebd924e8.tar.bz2 emacs-3ee3a07613f69c80cb28b545c57089dbebd924e8.zip |
entered into RCS
Diffstat (limited to 'lisp/simple.el')
-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))) |