1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

* doc/lispintro/emacs-lisp-intro.texi (re-search-forward): Fix typo.

This commit is contained in:
Glenn Morris 2012-01-17 17:31:07 -05:00
parent 1db03b1618
commit 7b4b130107
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* makefile.w32-in: Update dependencies.

View File

@ -12607,7 +12607,7 @@ four arguments:
@enumerate
@item
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
The optional second argument limits how far the function will search; it is a