diff options
| author | Chong Yidong | 2009-06-04 01:44:09 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-06-04 01:44:09 +0000 |
| commit | f197085bc676225638f5c507e027fb34d33d84be (patch) | |
| tree | 163ef70cef546b439e60c91e1896e674aa8dcbbc | |
| parent | a5f5559b298aa31788215efc176029d87479d1cc (diff) | |
| download | emacs-f197085bc676225638f5c507e027fb34d33d84be.tar.gz emacs-f197085bc676225638f5c507e027fb34d33d84be.zip | |
* message.texi (Header Commands): Fix descriptions to match
keybindings.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/message.texi | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c2db7e02a7a..105b4bed7cd 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-06-04 Ryan Yeske <rcyeske@gmail.com> | ||
| 2 | |||
| 3 | * message.texi (Header Commands): Fix descriptions to match | ||
| 4 | keybindings. | ||
| 5 | |||
| 1 | 2009-04-22 Daiki Ueno <ueno@unixuser.org> | 6 | 2009-04-22 Daiki Ueno <ueno@unixuser.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (Security): Mention that EasyPG is the current default. | 8 | * gnus.texi (Security): Mention that EasyPG is the current default. |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 51e15508e6d..388745c4c31 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -551,8 +551,8 @@ in the key binding is for Originator.) | |||
| 551 | @findex message-goto-bcc | 551 | @findex message-goto-bcc |
| 552 | Go to the @code{Bcc} header (@code{message-goto-bcc}). | 552 | Go to the @code{Bcc} header (@code{message-goto-bcc}). |
| 553 | 553 | ||
| 554 | @item C-c C-f C-f | 554 | @item C-c C-f C-w |
| 555 | @kindex C-c C-f C-f | 555 | @kindex C-c C-f C-w |
| 556 | @findex message-goto-fcc | 556 | @findex message-goto-fcc |
| 557 | Go to the @code{Fcc} header (@code{message-goto-fcc}). | 557 | Go to the @code{Fcc} header (@code{message-goto-fcc}). |
| 558 | 558 | ||
| @@ -581,8 +581,8 @@ Go to the @code{Newsgroups} header (@code{message-goto-newsgroups}). | |||
| 581 | @findex message-goto-distribution | 581 | @findex message-goto-distribution |
| 582 | Go to the @code{Distribution} header (@code{message-goto-distribution}). | 582 | Go to the @code{Distribution} header (@code{message-goto-distribution}). |
| 583 | 583 | ||
| 584 | @item C-c C-f C-o | 584 | @item C-c C-f C-f |
| 585 | @kindex C-c C-f C-o | 585 | @kindex C-c C-f C-f |
| 586 | @findex message-goto-followup-to | 586 | @findex message-goto-followup-to |
| 587 | Go to the @code{Followup-To} header (@code{message-goto-followup-to}). | 587 | Go to the @code{Followup-To} header (@code{message-goto-followup-to}). |
| 588 | 588 | ||