Fix typos.
This commit is contained in:
parent
018246572c
commit
acc650b806
3 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue