diff options
| author | Glenn Morris <rgm@gnu.org> | 2009-03-01 01:05:50 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2009-03-01 01:05:50 +0000 |
| commit | 79fc530ea74f9a995a2f80ebdbd44857c12538ea (patch) | |
| tree | b86c713c220b34e3d02956a75e62029db9b1d22c | |
| parent | 9d5de6f80be4c4a7a04cb272262073bfb30f05f2 (diff) | |
| download | emacs-79fc530ea74f9a995a2f80ebdbd44857c12538ea.tar.gz | |
(Rmail): Use consistent case in menu.
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/rmail.texi | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 50568fcdb04..48af57d536d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,6 +1,6 @@ 2009-03-01 Glenn Morris <rgm@gnu.org> - * rmail.texi (Rmail): Fix some typos. + * rmail.texi (Rmail): Fix some typos. Use consistent case in menu. (Rmail Motion): - M-s searches from the end of messages. (Rmail Deletion): Minor clarification. Fix numeric argument description. diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 70b135469be..c1ea58e52bb 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -33,9 +33,9 @@ Rmail mode, which redefines most letters to run commands for managing mail. * Digest: Rmail Digest. Extracting the messages from a digest message. * Rot13: Rmail Rot13. Reading messages encoded in the rot13 code. * Movemail:: More details of fetching new mail. -* Remote Mailboxes:: Retrieving Mail from Remote Mailboxes. -* Other Mailbox Formats:: Retrieving Mail from Local Mailboxes in - Various Formats. +* Remote Mailboxes:: Retrieving mail from remote mailboxes. +* Other Mailbox Formats:: Retrieving mail from local mailboxes in + various formats. @end menu @node Rmail Basics |
