emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Thu, 18 May 2006 23:59:14 +0000

Index: emacs/lisp/gnus/gnus-sum.el
diff -u emacs/lisp/gnus/gnus-sum.el:1.84 emacs/lisp/gnus/gnus-sum.el:1.85
--- emacs/lisp/gnus/gnus-sum.el:1.84    Fri Apr 21 05:35:31 2006
+++ emacs/lisp/gnus/gnus-sum.el Thu May 18 23:59:13 2006
@@ -9507,7 +9507,7 @@
   (interactive)
   (or gnus-expert-user
       (gnus-yes-or-no-p
-       "Are you really, really, really sure you want to delete all these 
messages? ")
+       "Are you really, really sure you want to delete all expirable messages? 
")
       (error "Phew!"))
   (gnus-summary-expire-articles t))
 
@@ -11043,7 +11043,7 @@
       (gnus-configure-windows 'pipe))))
 
 (defun gnus-summary-save-article-mail (&optional arg)
-  "Append the current article to an mail file.
+  "Append the current article to a Unix mail box file.
 If N is a positive number, save the N next articles.
 If N is a negative number, save the N previous articles.
 If N is nil and any articles have been marked with the process mark,




reply via email to

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