From: Eli Zaretskii Date: Sat, 19 Dec 2015 16:05:44 +0000 (+0200) Subject: Fix last commit X-Git-Tag: emacs-25.0.90~428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=431181c664b18a7b60674e27c9b57d0121d494b2;p=emacs.git Fix last commit * doc/emacs/rmail.texi (Rmail Deletion): Document new behavior of 'u' with numeric argument. --- diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index bf8258add45..b37f42cc56f 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -305,7 +305,8 @@ type @kbd{x} (@code{rmail-expunge}). Until you do this, you can still effect of a @kbd{d} command in most cases. It undeletes the current message if the current message is deleted. Otherwise it moves backward to previous messages until a deleted message is found, and undeletes -that message. +that message. A numeric prefix argument serves as a repeat count, to +allow deletion of several messages in a single command. You can usually undo a @kbd{d} with a @kbd{u} because the @kbd{u} moves back to and undeletes the message that the @kbd{d} deleted. But diff --git a/etc/NEWS b/etc/NEWS index 24c7ab81115..19c9858b80d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -721,8 +721,8 @@ alternatives to currently visited manuals. ** Rmail +++ -*** The Rmail commands d, C-d and u take optional repeat counts to delete or -undelete multiple messages. +*** The Rmail commands `d', `C-d' and `u' take optional repeat counts +to delete or undelete multiple messages. +++ *** Rmail can now render HTML mail messages if your Emacs was built with