(gnus-summary-delete-article): Improve docstring.
authorJesper Harder <harder@ifa.au.dk>
Sat, 19 Apr 2003 21:18:15 +0000 (21:18 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 19 Apr 2003 21:18:15 +0000 (21:18 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index ab301fa..04b4437 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-19  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
+
 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
index 6fad90d..3d55f45 100644 (file)
@@ -9208,9 +9208,13 @@ deleted forever, right now."
 This command actually deletes articles.         This is not a marking
 command.  The article will disappear forever from your life, never to
 return.
+
 If N is negative, delete backwards.
 If N is nil and articles have been marked with the process mark,
-delete these instead."
+delete these instead.
+
+If `gnus-novice-user' is non-nil you will be asked for
+confirmation before the articles are deleted."
   (interactive "P")
   (unless (gnus-check-backend-function 'request-expire-articles
                                       gnus-newsgroup-name)