gnus-sum.el (gnus-newsgroup-unexist): Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 09:37:06 +0000 (09:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 14 Jul 2013 09:37:06 +0000 (09:37 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index e23d55a..163a9d3 100644 (file)
 
        * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
        address as the default.
-       (gnus-summary-insert-old-articles): Don't include unexistent messages.
+       (gnus-summary-insert-old-articles): Don't include unexisting messages.
 
        * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
        makes no sense to query the user about internal files.
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.")