]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorBastien Guerry <bzg@gnu.org>
Thu, 20 Dec 2012 08:18:23 +0000 (09:18 +0100)
committerBastien Guerry <bzg@gnu.org>
Thu, 20 Dec 2012 08:18:23 +0000 (09:18 +0100)
lisp/ChangeLog
lisp/ldefs-boot.el
lisp/progmodes/etags.el

index fb75b3678c7ee0ff7f1574056fb5eee814f83a14..0403e2f682ab1b707c2eedf392eb4ffa8c56daf7 100644 (file)
@@ -1,3 +1,9 @@
+2012-12-20  Bastien Guerry  <bzg@gnu.org>
+
+       * ldefs-boot.el (tags-search): Fix typo.
+
+       * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
+
 2012-12-11  Alan Mackenzie  <acm@muc.de>
 
        Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
index ba2b2399fc4c74636eae45e51f5aa54a37622f3d..01e06ca7f20f2a4b86750a171234edaa99833bba 100644 (file)
@@ -9749,7 +9749,7 @@ If FILE-LIST-FORM is non-nil, it should be a form that, when
 evaluated, will return a list of file names.  The search will be
 restricted to these files.
 
-Aleso see the documentation of the `tags-file-name' variable.
+Also see the documentation of the `tags-file-name' variable.
 
 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
 
index 071a0fb6037698a6181087548b6ae7a168139ecf..cea4ded8061304465dadecb2aa14510fe14cc9ef 100644 (file)
@@ -1867,7 +1867,7 @@ If FILE-LIST-FORM is non-nil, it should be a form that, when
 evaluated, will return a list of file names.  The search will be
 restricted to these files.
 
-Aleso see the documentation of the `tags-file-name' variable."
+Also see the documentation of the `tags-file-name' variable."
   (interactive "sTags search (regexp): ")
   (if (and (equal regexp "")
           (eq (car tags-loop-scan) 're-search-forward)