diff options
| author | Glenn Morris | 2013-01-02 18:15:57 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-02 18:15:57 -0800 |
| commit | 5f1a964798c24580cac84995b3ad0adca5a2cb8e (patch) | |
| tree | 4fc8e3cb6b175cbaf913bb824c721fe2213a7b4d | |
| parent | 7434641b9edb4653679bc542ffc9a72871866241 (diff) | |
| download | emacs-5f1a964798c24580cac84995b3ad0adca5a2cb8e.tar.gz emacs-5f1a964798c24580cac84995b3ad0adca5a2cb8e.zip | |
* doc/lispref/searching.texi (Replacing Match): Fix xref.
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/searching.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0c795919f9c..fb4c0119b51 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-01-03 Glenn Morris <rgm@gnu.org> | 1 | 2013-01-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * searching.texi (Replacing Match): Fix xref. | ||
| 4 | |||
| 3 | * elisp.texi (DATE): Bump to Jan 2013. | 5 | * elisp.texi (DATE): Bump to Jan 2013. |
| 4 | 6 | ||
| 5 | 2012-12-31 Glenn Morris <rgm@gnu.org> | 7 | 2012-12-31 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 1573cceaed6..87d4051d6f0 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi | |||
| @@ -1325,7 +1325,7 @@ This stands for a single @samp{\} in the replacement text. | |||
| 1325 | 1325 | ||
| 1326 | @item @samp{\?} | 1326 | @item @samp{\?} |
| 1327 | This stands for itself (for compatibility with @code{replace-regexp} | 1327 | This stands for itself (for compatibility with @code{replace-regexp} |
| 1328 | and related commands; @pxref{Regexp Replacement,,, emacs, The GNU | 1328 | and related commands; @pxref{Regexp Replace,,, emacs, The GNU |
| 1329 | Emacs Manual}). | 1329 | Emacs Manual}). |
| 1330 | @end table | 1330 | @end table |
| 1331 | 1331 | ||