diff options
| author | Kenichi Handa | 2012-10-18 09:00:39 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-18 09:00:39 +0900 |
| commit | 03d24a8276767e9618d073fa92c3a2c55d6962bf (patch) | |
| tree | 410cf3dc7cc7b8a14d6677065e043c876ef9603b /doc | |
| parent | b278604edf862feced13457cfed15bcf7ac63f76 (diff) | |
| parent | 27067208fd133e8b9530aafe43b0eed13ec08c21 (diff) | |
| download | emacs-03d24a8276767e9618d073fa92c3a2c55d6962bf.tar.gz emacs-03d24a8276767e9618d073fa92c3a2c55d6962bf.zip | |
merge trunk
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5ab3c1ab5b8..873681ad0d4 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-10-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mini.texi (Repetition): Further copyedit. | ||
| 4 | |||
| 5 | 2012-10-17 Dani Moncayo <dmoncayo@gmail.com> | ||
| 6 | |||
| 7 | * mini.texi (Repetition): Copyedit. | ||
| 8 | |||
| 1 | 2012-10-16 Juri Linkov <juri@jurta.org> | 9 | 2012-10-16 Juri Linkov <juri@jurta.org> |
| 2 | 10 | ||
| 3 | * search.texi (Query Replace): Document multi-buffer replacement | 11 | * search.texi (Query Replace): Document multi-buffer replacement |
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index cb47a966f64..0036b67f174 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -683,13 +683,13 @@ 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 |
| 690 | can use the usual minibuffer history commands (@pxref{Minibuffer | 690 | can use the usual minibuffer history commands (@pxref{Minibuffer |
| 691 | History}) to move through the history list. After finding the desired | 691 | History}) to move through the history list. After finding the desired |
| 692 | previous command, you can edit its expression as usual and then repeat | 692 | previous command, you can edit its expression as usual and then execute |
| 693 | it by typing @key{RET}. | 693 | it by typing @key{RET}. |
| 694 | 694 | ||
| 695 | @vindex isearch-resume-in-command-history | 695 | @vindex isearch-resume-in-command-history |