entered into RCS

This commit is contained in:
Richard M. Stallman
1992-09-15 08:15:41 +00:00
parent 01987a6bb7
commit 3ee3a07613

View File

@@ -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)))