]> git.eshelyaron.com Git - emacs.git/commitdiff
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 006b415b180aff283b8260c00fd704075aae3c79..eade6273e95f202244d29486811a70f715c1a1aa 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 9bae9f981bda7b720e3adb314730bb0512ab8b51..f3918b0a215601d9eaf5ad5ef28fcae7e7caf51a 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 6948e7ad0331074298e18dbbf3e79f761fbb0fa3..43a0cc0a66530640cebfb21def961ed883dac95d 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 65a3af3196e020e06e6dd5a2885d3d3eb8289d9e..a3bd000a4f333c4389abfdca2e08149737d52fd5 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