Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 05:18:48 +0000 (22:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 05:18:48 +0000 (22:18 -0700)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el
lisp/ido.el
lisp/progmodes/cc-engine.el

index 006b415..eade627 100644 (file)
 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-insert-old-articles):
-       Don't include unexistent messages.
+       Don't include unexisting messages.
 
 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 9bae9f9..f3918b0 100644 (file)
@@ -1525,7 +1525,7 @@ This list will always be a subset of gnus-newsgroup-undownloaded.")
   "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.")
index 6948e7a..43a0cc0 100644 (file)
@@ -782,7 +782,7 @@ remaining completion.  If absent, elements 5 and 6 are used instead."
   :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.
index 65a3af3..a3bd000 100644 (file)
@@ -7193,7 +7193,7 @@ comment at the start of cc-engine.el for more info."
        ;; 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