aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
506 (goto-char (point-min))))) 506 (goto-char (point-min)))))
507 507
508(defun previous-history-element (n) 508(defun previous-history-element (n)
509 "Inserts the previous element of `command-history' into the minibuffer." 509 "Inserts the previous element of the minibuffer history into the minibuffer."
510 (interactive "p") 510 (interactive "p")
511 (next-history-element (- n))) 511 (next-history-element (- n)))
512 512