From 431181c664b18a7b60674e27c9b57d0121d494b2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Dec 2015 18:05:44 +0200 Subject: [PATCH] Fix last commit * doc/emacs/rmail.texi (Rmail Deletion): Document new behavior of 'u' with numeric argument. --- doc/emacs/rmail.texi | 3 ++- etc/NEWS | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5