Add a cross-reference in ELisp manual. (Bug#19668)
doc/lispref/searching.texi (Regexp Search): Add a cross-reference to "Syntax of Regexps".
This commit is contained in:
parent
b4f40757ef
commit
7a7e594128
2 changed files with 10 additions and 4 deletions
|
@ -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)
|
2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change)
|
||||||
|
|
||||||
* commands.texi (Drag Events, Motion Events, Event Examples)
|
* commands.texi (Drag Events, Motion Events, Event Examples)
|
||||||
|
|
|
@ -988,10 +988,11 @@ list of characters @var{chars}.
|
||||||
@cindex searching for regexp
|
@cindex searching for regexp
|
||||||
|
|
||||||
In GNU Emacs, you can search for the next match for a regular
|
In GNU Emacs, you can search for the next match for a regular
|
||||||
expression either incrementally or not. For incremental search
|
expression (@pxref{Syntax of Regexps}) either incrementally or not.
|
||||||
commands, see @ref{Regexp Search, , Regular Expression Search, emacs,
|
For incremental search commands, see @ref{Regexp Search, , Regular
|
||||||
The GNU Emacs Manual}. Here we describe only the search functions
|
Expression Search, emacs, The GNU Emacs Manual}. Here we describe
|
||||||
useful in programs. The principal one is @code{re-search-forward}.
|
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
|
These search functions convert the regular expression to multibyte if
|
||||||
the buffer is multibyte; they convert the regular expression to unibyte
|
the buffer is multibyte; they convert the regular expression to unibyte
|
||||||
|
|
Loading…
Add table
Reference in a new issue