Mercurial > emacs
changeset 71731:990ac1cb0fbc
(Interactive Call): Use 3 as prefix in example for execute-extended-command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jul 2006 02:07:25 +0000 |
parents | cd88ff0d05f5 |
children | c8ed266edc5e |
files | lispref/commands.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/commands.texi Sun Jul 09 02:06:34 2006 +0000 +++ b/lispref/commands.texi Sun Jul 09 02:07:25 2006 +0000 @@ -627,9 +627,9 @@ @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