From 3ee3a07613f69c80cb28b545c57089dbebd924e8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 15 Sep 1992 08:15:41 +0000 Subject: [PATCH] entered into RCS --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))