]> git.eshelyaron.com Git - emacs.git/commitdiff
(Interactive Call): Use 3 as prefix in example for execute-extended-command.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:07:25 +0000 (02:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jul 2006 02:07:25 +0000 (02:07 +0000)
lispref/commands.texi

index c56ecf41faa409fce41c0ec6a5629a27d1e06fe7..c6f3fcf39b2f942a3c2f460e929df09f1501313b 100644 (file)
@@ -627,9 +627,9 @@ part of the prompt.
 
 @example
 @group
-(execute-extended-command 1)
+(execute-extended-command 3)
 ---------- Buffer: Minibuffer ----------
-1 M-x forward-word RET
+3 M-x forward-word RET
 ---------- Buffer: Minibuffer ----------
      @result{} t
 @end group