emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113419: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113419: Spelling fixes.
Date: Sun, 14 Jul 2013 05:18:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113419
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-07-13 22:18:48 -0700
message:
  Spelling fixes.
modified:
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/gnus/gnus-sum.el          gnussum.el-20091113204419-o5vbwnq5f7feedwu-1137
  lisp/ido.el                    ido.el-20091113204419-o5vbwnq5f7feedwu-2430
  lisp/progmodes/cc-engine.el    
ccengine.el-20091113204419-o5vbwnq5f7feedwu-1227
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-07-10 22:17:07 +0000
+++ b/lisp/gnus/ChangeLog       2013-07-14 05:18:48 +0000
@@ -143,7 +143,7 @@
 2013-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 
        * gnus-sum.el (gnus-summary-insert-old-articles):
-       Don't include unexistent messages.
+       Don't include unexisting messages.
 
 2013-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2013-07-03 04:15:38 +0000
+++ b/lisp/gnus/gnus-sum.el     2013-07-14 05:18:48 +0000
@@ -1525,7 +1525,7 @@
   "Range of seen articles in the current newsgroup.")
 
 (defvar gnus-newsgroup-unexist nil
-  "Range of unexistent articles in the current newsgroup.")
+  "Range of unexisting articles in the current newsgroup.")
 
 (defvar gnus-newsgroup-articles nil
   "List of articles in the current newsgroup.")

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2013-07-13 04:44:19 +0000
+++ b/lisp/ido.el       2013-07-14 05:18:48 +0000
@@ -782,7 +782,7 @@
   :group 'ido)
 
 (defcustom ido-use-virtual-buffers nil
-  "Specify how vritual buffers should be used.
+  "Specify how virtual buffers should be used.
 The value can be one of the following:
 
   nil:  No virtual buffers are used.

=== modified file 'lisp/progmodes/cc-engine.el'
--- a/lisp/progmodes/cc-engine.el       2013-07-13 17:45:07 +0000
+++ b/lisp/progmodes/cc-engine.el       2013-07-14 05:18:48 +0000
@@ -7193,7 +7193,7 @@
        ;; uncommon (e.g. some placements of "const" in C++) it's not worth
        ;; the effort to look for them.)
 
-;;; 2008-04-16: commented out the next form, to allow the function to recognise
+;;; 2008-04-16: commented out the next form, to allow the function to recognize
 ;;; "foo (int bar)" in CC (an implicit type (in class foo) without a semicolon)
 ;;; as a(n almost complete) declaration, enabling it to be fontified.
        ;; CASE 13


reply via email to

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