aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-11 22:41:22 +0000
committerLuc Teirlinck2005-04-11 22:41:22 +0000
commit36e2ae50ea5e75062aafb66b7e37c2d818c8fd44 (patch)
tree64eca8fa1afe6046228f656a200dbd06085ee644
parentc42f8f3e566f669fb3114a037b64757a087e8351 (diff)
downloademacs-36e2ae50ea5e75062aafb66b7e37c2d818c8fd44.tar.gz
emacs-36e2ae50ea5e75062aafb66b7e37c2d818c8fd44.zip
(Rmail Summary Edit): Explain numeric arguments to `d', `C-d' and `u'.
-rw-r--r--man/rmail.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/rmail.texi b/man/rmail.texi
index f7b9a1ea08e..091d1e60b74 100644
--- a/man/rmail.texi
+++ b/man/rmail.texi
@@ -891,10 +891,13 @@ message is selected in the Rmail buffer.
891 891
892 Almost all Rmail commands work in the summary buffer as well as in the 892 Almost all Rmail commands work in the summary buffer as well as in the
893Rmail buffer. Thus, @kbd{d} in the summary buffer deletes the current 893Rmail buffer. Thus, @kbd{d} in the summary buffer deletes the current
894message, @kbd{u} undeletes, and @kbd{x} expunges. @kbd{o} and @kbd{C-o} 894message, @kbd{u} undeletes, and @kbd{x} expunges. (However, in the
895output the current message to a file; @kbd{r} starts a reply to it. You 895summary buffer, a numeric argument to @kbd{d}, @kbd{C-d} and @kbd{u}
896can scroll the current message while remaining in the summary buffer 896serves as a repeat count. A negative argument reverses the meaning of
897using @key{SPC} and @key{DEL}. 897@kbd{d} and @kbd{C-d}.) @kbd{o} and @kbd{C-o} output the current
898message to a file; @kbd{r} starts a reply to it. You can scroll the
899current message while remaining in the summary buffer using @key{SPC}
900and @key{DEL}.
898 901
899 The Rmail commands to move between messages also work in the summary 902 The Rmail commands to move between messages also work in the summary
900buffer, but with a twist: they move through the set of messages included 903buffer, but with a twist: they move through the set of messages included