summaryrefslogtreecommitdiff
path: root/doc/emacs/rmail.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-12-19 18:05:44 +0200
committerEli Zaretskii <eliz@gnu.org>2015-12-19 18:05:44 +0200
commit431181c664b18a7b60674e27c9b57d0121d494b2 (patch)
treedf485600a0f1dfaa2a91de38533479a7107d28cc /doc/emacs/rmail.texi
parent7a0786e7db9bb48a3f9745f5e631dddcb95f4019 (diff)
downloademacs-431181c664b18a7b60674e27c9b57d0121d494b2.tar.gz
Fix last commit
* doc/emacs/rmail.texi (Rmail Deletion): Document new behavior of 'u' with numeric argument.
Diffstat (limited to 'doc/emacs/rmail.texi')
-rw-r--r--doc/emacs/rmail.texi3
1 files changed, 2 insertions, 1 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