Mercurial > emacs
changeset 1145:e6cefcaba564
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Sep 1992 08:15:41 +0000 |
parents | 9fe14b2cc5b9 |
children | 02b2f761f9df |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue Sep 15 02:36:36 1992 +0000 +++ b/lisp/simple.el Tue Sep 15 08:15:41 1992 +0000 @@ -506,7 +506,7 @@ (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)))