emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111044: Fix typos.


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111044: Fix typos.
Date: Thu, 20 Dec 2012 09:18:23 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111044
committer: Bastien Guerry <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-12-20 09:18:23 +0100
message:
  Fix typos.
modified:
  lisp/ChangeLog
  lisp/ldefs-boot.el
  lisp/progmodes/etags.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-12-11 19:06:57 +0000
+++ b/lisp/ChangeLog    2012-12-20 08:18:23 +0000
@@ -1,3 +1,9 @@
+2012-12-20  Bastien Guerry  <address@hidden>
+
+       * ldefs-boot.el (tags-search): Fix typo.
+
+       * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
+
 2012-12-11  Alan Mackenzie  <address@hidden>
 
        Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.

=== modified file 'lisp/ldefs-boot.el'
--- a/lisp/ldefs-boot.el        2012-12-15 14:16:02 +0000
+++ b/lisp/ldefs-boot.el        2012-12-20 08:18:23 +0000
@@ -9749,7 +9749,7 @@
 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)
 

=== modified file 'lisp/progmodes/etags.el'
--- a/lisp/progmodes/etags.el   2012-07-11 23:13:41 +0000
+++ b/lisp/progmodes/etags.el   2012-12-20 08:18:23 +0000
@@ -1867,7 +1867,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]