diff options
author | Juri Linkov <juri@jurta.org> | 2012-12-15 14:10:12 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2012-12-15 14:10:12 +0200 |
commit | f25f57bf4568ca7da7935ea72ccc4f81945bb904 (patch) | |
tree | 96157bc6f12f5c1c2f404f9e3899546d67a1fba2 /doc/emacs | |
parent | 178fb95dc0f43541296beaf385905a7b626defb8 (diff) | |
download | emacs-f25f57bf4568ca7da7935ea72ccc4f81945bb904.tar.gz |
* doc/emacs/misc.texi (Recursive Edit): Add a link to "Query Replace".
Fixes: debbugs:13181
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/misc.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3a28e52a4d1..71014647c1f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2012-12-15 Juri Linkov <juri@jurta.org> + + * misc.texi (Recursive Edit): Add a link to "Query Replace". + (Bug#13181) + 2012-12-10 Dani Moncayo <dmoncayo@gmail.com> * killing.texi (Deletion): Doc fix (Bug#12748). diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index c9d085a18f8..e970d7f75d2 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -2180,7 +2180,7 @@ commands to perform arbitrary editing while in the middle of another Emacs command. For example, when you type @kbd{C-r} inside of a @code{query-replace}, you enter a recursive edit in which you can change the current buffer. On exiting from the recursive edit, you go back to -the @code{query-replace}. +the @code{query-replace}. @xref{Query Replace}. @kindex C-M-c @findex exit-recursive-edit |