From acc650b8065f34fe02f3a42b3e0335e287a66e18 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 20 Dec 2012 09:18:23 +0100 Subject: [PATCH] Fix typos. --- lisp/ChangeLog | 6 ++++++ lisp/ldefs-boot.el | 2 +- 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 @@ +2012-12-20 Bastien Guerry + + * ldefs-boot.el (tags-search): Fix typo. + + * progmodes/etags.el (tags-search): Fix typo. Bug #13232. + 2012-12-11 Alan Mackenzie 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 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) 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 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) -- 2.11.4.GIT