From 34079653ff9efb5e148caed66f92e392fbd8b201 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Jul 2006 02:07:25 +0000 Subject: [PATCH] (Interactive Call): Use 3 as prefix in example for execute-extended-command. --- lispref/commands.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5