]> code.delx.au - gnu-emacs/commitdiff
Add a cross-reference in ELisp manual. (Bug#19668)
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Jan 2015 10:09:02 +0000 (12:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jan 2015 10:09:02 +0000 (12:09 +0200)
 doc/lispref/searching.texi (Regexp Search): Add a cross-reference to "Syntax
 of Regexps".

doc/lispref/ChangeLog
doc/lispref/searching.texi

index 52c621c1fa57e5f616ce9117a4d05e9642378e8f..911e698ad492ccba6aced2dd37d545211d7ada32 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * searching.texi (Regexp Search): Add a cross-reference to "Syntax
+       of Regexps".  (Bug#19668)
+
 2015-01-21  Daniel Koning  <dk@danielkoning.com>  (tiny change)
 
        * commands.texi (Drag Events, Motion Events, Event Examples)
index 2032b151d07561daed959e80f40034f19151e46d..61fac78e4a8d16c0e4346832f677220c3794b456 100644 (file)
@@ -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