Fix typos.

This commit is contained in:
Bastien Guerry 2012-12-20 09:18:23 +01:00
parent 018246572c
commit acc650b806
3 changed files with 8 additions and 2 deletions

View 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.

View 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)

View 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)