diff options
| author | Bastien Guerry | 2012-12-20 09:18:23 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2012-12-20 09:18:23 +0100 |
| commit | acc650b8065f34fe02f3a42b3e0335e287a66e18 (patch) | |
| tree | 0786572d5aabca7f7de23322ebb776c1ae94c321 | |
| parent | 018246572cf6cb10fd7f3283862a0d2913d0dc5f (diff) | |
| download | emacs-acc650b8065f34fe02f3a42b3e0335e287a66e18.tar.gz emacs-acc650b8065f34fe02f3a42b3e0335e287a66e18.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/etags.el | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb75b3678c7..0403e2f682a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-20 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * ldefs-boot.el (tags-search): Fix typo. | ||
| 4 | |||
| 5 | * progmodes/etags.el (tags-search): Fix typo. Bug #13232. | ||
| 6 | |||
| 1 | 2012-12-11 Alan Mackenzie <acm@muc.de> | 7 | 2012-12-11 Alan Mackenzie <acm@muc.de> |
| 2 | 8 | ||
| 3 | Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841. | 9 | Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841. |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ba2b2399fc4..01e06ca7f20 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -9749,7 +9749,7 @@ If FILE-LIST-FORM is non-nil, it should be a form that, when | |||
| 9749 | evaluated, will return a list of file names. The search will be | 9749 | evaluated, will return a list of file names. The search will be |
| 9750 | restricted to these files. | 9750 | restricted to these files. |
| 9751 | 9751 | ||
| 9752 | Aleso see the documentation of the `tags-file-name' variable. | 9752 | Also see the documentation of the `tags-file-name' variable. |
| 9753 | 9753 | ||
| 9754 | \(fn REGEXP &optional FILE-LIST-FORM)" t nil) | 9754 | \(fn REGEXP &optional FILE-LIST-FORM)" t nil) |
| 9755 | 9755 | ||
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 071a0fb6037..cea4ded8061 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -1867,7 +1867,7 @@ If FILE-LIST-FORM is non-nil, it should be a form that, when | |||
| 1867 | evaluated, will return a list of file names. The search will be | 1867 | evaluated, will return a list of file names. The search will be |
| 1868 | restricted to these files. | 1868 | restricted to these files. |
| 1869 | 1869 | ||
| 1870 | Aleso see the documentation of the `tags-file-name' variable." | 1870 | Also see the documentation of the `tags-file-name' variable." |
| 1871 | (interactive "sTags search (regexp): ") | 1871 | (interactive "sTags search (regexp): ") |
| 1872 | (if (and (equal regexp "") | 1872 | (if (and (equal regexp "") |
| 1873 | (eq (car tags-loop-scan) 're-search-forward) | 1873 | (eq (car tags-loop-scan) 're-search-forward) |