diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 82cf6ee45bc..873681ad0d4 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mini.texi (Repetition): Further copyedit. | ||
| 4 | |||
| 1 | 2012-10-17 Dani Moncayo <dmoncayo@gmail.com> | 5 | 2012-10-17 Dani Moncayo <dmoncayo@gmail.com> |
| 2 | 6 | ||
| 3 | * mini.texi (Repetition): Copyedit. | 7 | * mini.texi (Repetition): Copyedit. |
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 9cc61208a9e..0036b67f174 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -683,7 +683,7 @@ the text for that expression. Even if you don't know Lisp, it will | |||
| 683 | probably be obvious which command is displayed for repetition. If you | 683 | probably be obvious which command is displayed for repetition. If you |
| 684 | type just @key{RET}, that repeats the command unchanged. You can also | 684 | type just @key{RET}, that repeats the command unchanged. You can also |
| 685 | change the command by editing the Lisp expression before you execute | 685 | change the command by editing the Lisp expression before you execute |
| 686 | it. The repeated command is added to the front of the command history | 686 | it. The executed command is added to the front of the command history |
| 687 | unless it is identical to the most recent item. | 687 | unless it is identical to the most recent item. |
| 688 | 688 | ||
| 689 | Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you | 689 | Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you |