]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/searching.texi (Replacing Match): Fix xref.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Jan 2013 02:15:57 +0000 (18:15 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Jan 2013 02:15:57 +0000 (18:15 -0800)
doc/lispref/ChangeLog
doc/lispref/searching.texi

index 0c795919f9c71b76cfd7f0384f485c6d3704df60..fb4c0119b513885d7004e32901ed61a35c3252c7 100644 (file)
@@ -1,5 +1,7 @@
 2013-01-03  Glenn Morris  <rgm@gnu.org>
 
+       * searching.texi (Replacing Match): Fix xref.
+
        * elisp.texi (DATE): Bump to Jan 2013.
 
 2012-12-31  Glenn Morris  <rgm@gnu.org>
index 1573cceaed6a37dc4451c1c5f8a4259d1747cd7f..87d4051d6f0b55e309fe2bb9132a0c2430f9e6e3 100644 (file)
@@ -1325,7 +1325,7 @@ This stands for a single @samp{\} in the replacement text.
 
 @item @samp{\?}
 This stands for itself (for compatibility with @code{replace-regexp}
-and related commands; @pxref{Regexp Replacement,,, emacs, The GNU
+and related commands; @pxref{Regexp Replace,,, emacs, The GNU
 Emacs Manual}).
 @end table