diff lisp/simple.el @ 870:1b3af6ad85be

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jul 1992 22:37:33 +0000
parents fe5f6b7c9727
children b945f592b94d
line wrap: on
line diff
--- a/lisp/simple.el	Fri Jul 24 21:00:38 1992 +0000
+++ b/lisp/simple.el	Fri Jul 24 22:37:33 1992 +0000
@@ -378,8 +378,8 @@
 The result is executed, repeating the command as changed.
 If the command has been changed or is not the most recent previous command
 it is added to the front of the command history.
-Whilst editing the command, the following commands are available:
-\\{repeat-complex-command-map}"
+You can use the minibuffer history commands \\<minibuffer-local-map>\\[next-history-element] and \\[previous-history-element]
+to get different commands to edit and resubmit."
   (interactive "p")
   (let ((elt (nth (1- arg) command-history))
 	(minibuffer-history-position arg)