# HG changeset patch # User Richard M. Stallman # Date 716544941 0 # Node ID e6cefcaba56441d783adf7c34ba1327110a6fc89 # Parent 9fe14b2cc5b98febd821435cc06acae1c7be08e6 entered into RCS diff -r 9fe14b2cc5b9 -r e6cefcaba564 lisp/simple.el --- 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)))