]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispintro/emacs-lisp-intro.texi (re-search-forward): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 Jan 2012 22:31:07 +0000 (17:31 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 Jan 2012 22:31:07 +0000 (17:31 -0500)
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index 0365a3ca17431e00574c6ac60cb394485d34c830..30ea2be68035ca04f9e8a9f59be93384ed47a4ff 100644 (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.
index 0f9b6b906aa31cb1a893180514e140a9981811c6..be49c52ac2ce7e8818187d16a43fcf793e645a06 100644 (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