mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
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
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user