mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
* doc/lispintro/emacs-lisp-intro.texi (re-search-forward): Fix typo.
This commit is contained in:
parent
1db03b1618
commit
7b4b130107
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-01-17 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* emacs-lisp-intro.texi (re-search-forward): Fix typo.
|
||||||
|
|
||||||
2011-11-24 Juanma Barranquero <lekktu@gmail.com>
|
2011-11-24 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* makefile.w32-in: Update dependencies.
|
* makefile.w32-in: Update dependencies.
|
||||||
|
|
|
||||||
|
|
@ -12607,7 +12607,7 @@ four arguments:
|
||||||
@enumerate
|
@enumerate
|
||||||
@item
|
@item
|
||||||
The first argument is the regular expression that the function searches
|
The first argument is the regular expression that the function searches
|
||||||
for. The regular expression will be a string between quotations marks.
|
for. The regular expression will be a string between quotation marks.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The optional second argument limits how far the function will search; it is a
|
The optional second argument limits how far the function will search; it is a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue