summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-15 08:15:41 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-15 08:15:41 +0000
commit3ee3a07613f69c80cb28b545c57089dbebd924e8 (patch)
tree24387653e17d7fe51997c9c905f8ae48fc345776 /lisp/simple.el
parent01987a6bb7475d985c432550ad911320ed1cbf44 (diff)
downloademacs-3ee3a07613f69c80cb28b545c57089dbebd924e8.tar.gz
emacs-3ee3a07613f69c80cb28b545c57089dbebd924e8.tar.bz2
emacs-3ee3a07613f69c80cb28b545c57089dbebd924e8.zip
entered into RCS
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
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)))