From: Paul Eggert Date: Sun, 14 Jul 2013 05:18:48 +0000 (-0700) Subject: Spelling fixes. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1794 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3af1c8684ed6e48fbc21481d129e9aa164752c6e;p=emacs.git Spelling fixes. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 006b415b180..eade6273e95 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -143,7 +143,7 @@ 2013-07-02 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-summary-insert-old-articles): - Don't include unexistent messages. + Don't include unexisting messages. 2013-07-02 Lars Magne Ingebrigtsen diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 9bae9f981bd..f3918b0a215 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -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.") diff --git a/lisp/ido.el b/lisp/ido.el index 6948e7ad033..43a0cc0a665 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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. diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 65a3af3196e..a3bd000a4f3 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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