From 7a7e5941280a7690f29e1af7325bc0cf7f9b41a2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Jan 2015 12:09:02 +0200 Subject: [PATCH] Add a cross-reference in ELisp manual. (Bug#19668) doc/lispref/searching.texi (Regexp Search): Add a cross-reference to "Syntax of Regexps". --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/searching.texi | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 52c621c1fa5..911e698ad49 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2015-01-24 Eli Zaretskii + + * searching.texi (Regexp Search): Add a cross-reference to "Syntax + of Regexps". (Bug#19668) + 2015-01-21 Daniel Koning (tiny change) * commands.texi (Drag Events, Motion Events, Event Examples) diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 2032b151d07..61fac78e4a8 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -988,10 +988,11 @@ list of characters @var{chars}. @cindex searching for regexp In GNU Emacs, you can search for the next match for a regular -expression either incrementally or not. For incremental search -commands, see @ref{Regexp Search, , Regular Expression Search, emacs, -The GNU Emacs Manual}. Here we describe only the search functions -useful in programs. The principal one is @code{re-search-forward}. +expression (@pxref{Syntax of Regexps}) either incrementally or not. +For incremental search commands, see @ref{Regexp Search, , Regular +Expression Search, emacs, The GNU Emacs Manual}. Here we describe +only the search functions useful in programs. The principal one is +@code{re-search-forward}. These search functions convert the regular expression to multibyte if the buffer is multibyte; they convert the regular expression to unibyte -- 2.11.4.GIT