emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 431181c: Fix last commit


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 431181c: Fix last commit
Date: Sat, 19 Dec 2015 16:06:10 +0000

branch: emacs-25
commit 431181c664b18a7b60674e27c9b57d0121d494b2
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 bf8258a..b37f42c 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 24c7ab8..19c9858 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



reply via email to

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