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 fb75b36..0403e2f 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 ba2b239..01e06ca 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 071a0fb..cea4ded 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)