aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenichi Handa2012-10-18 09:00:39 +0900
committerKenichi Handa2012-10-18 09:00:39 +0900
commit03d24a8276767e9618d073fa92c3a2c55d6962bf (patch)
tree410cf3dc7cc7b8a14d6677065e043c876ef9603b /doc
parentb278604edf862feced13457cfed15bcf7ac63f76 (diff)
parent27067208fd133e8b9530aafe43b0eed13ec08c21 (diff)
downloademacs-03d24a8276767e9618d073fa92c3a2c55d6962bf.tar.gz
emacs-03d24a8276767e9618d073fa92c3a2c55d6962bf.zip
merge trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog8
-rw-r--r--doc/emacs/mini.texi4
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 @@
12012-10-17 Glenn Morris <rgm@gnu.org>
2
3 * mini.texi (Repetition): Further copyedit.
4
52012-10-17 Dani Moncayo <dmoncayo@gmail.com>
6
7 * mini.texi (Repetition): Copyedit.
8
12012-10-16 Juri Linkov <juri@jurta.org> 92012-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
683probably be obvious which command is displayed for repetition. If you 683probably be obvious which command is displayed for repetition. If you
684type just @key{RET}, that repeats the command unchanged. You can also 684type just @key{RET}, that repeats the command unchanged. You can also
685change the command by editing the Lisp expression before you execute 685change the command by editing the Lisp expression before you execute
686it. The repeated command is added to the front of the command history 686it. The executed command is added to the front of the command history
687unless it is identical to the most recent item. 687unless 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
690can use the usual minibuffer history commands (@pxref{Minibuffer 690can use the usual minibuffer history commands (@pxref{Minibuffer
691History}) to move through the history list. After finding the desired 691History}) to move through the history list. After finding the desired
692previous command, you can edit its expression as usual and then repeat 692previous command, you can edit its expression as usual and then execute
693it by typing @key{RET}. 693it by typing @key{RET}.
694 694
695@vindex isearch-resume-in-command-history 695@vindex isearch-resume-in-command-history