From: Richard M. Stallman Date: Sun, 9 Jul 2006 02:07:25 +0000 (+0000) Subject: (Interactive Call): Use 3 as prefix in example for execute-extended-command. X-Git-Tag: emacs-pretest-22.0.90~1599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34079653ff9efb5e148caed66f92e392fbd8b201;p=emacs.git (Interactive Call): Use 3 as prefix in example for execute-extended-command. --- diff --git a/lispref/commands.texi b/lispref/commands.texi index c56ecf41faa..c6f3fcf39b2 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -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