]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/misc.texi (Recursive Edit): Add a link to "Query Replace".
authorJuri Linkov <juri@jurta.org>
Sat, 15 Dec 2012 12:10:12 +0000 (14:10 +0200)
committerJuri Linkov <juri@jurta.org>
Sat, 15 Dec 2012 12:10:12 +0000 (14:10 +0200)
Fixes: debbugs:13181
doc/emacs/ChangeLog
doc/emacs/misc.texi

index 3a28e52a4d1d3f27478b3a40382e44ef826ba11d..71014647c1f011564bf607599b838052d1826635 100644 (file)
@@ -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).
index c9d085a18f82115ea073e8968d8a6096526fbe3d..e970d7f75d2be36d3bd6829ffc06c62af629282f 100644 (file)
@@ -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