diff options
| -rw-r--r-- | lispref/commands.texi | 4 |
1 files 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. | |||
| 627 | 627 | ||
| 628 | @example | 628 | @example |
| 629 | @group | 629 | @group |
| 630 | (execute-extended-command 1) | 630 | (execute-extended-command 3) |
| 631 | ---------- Buffer: Minibuffer ---------- | 631 | ---------- Buffer: Minibuffer ---------- |
| 632 | 1 M-x forward-word RET | 632 | 3 M-x forward-word RET |
| 633 | ---------- Buffer: Minibuffer ---------- | 633 | ---------- Buffer: Minibuffer ---------- |
| 634 | @result{} t | 634 | @result{} t |
| 635 | @end group | 635 | @end group |