diff options
| author | Dave Love | 2000-11-29 10:52:42 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-29 10:52:42 +0000 |
| commit | c9f46705cf83ba8df5cc0ba658670ea3fd27520a (patch) | |
| tree | 345fb694f4f386e8ef90170ab5127d0cb131c4cb | |
| parent | 49267116215bea978c70b1983456db2a7e65a1f2 (diff) | |
| download | emacs-c9f46705cf83ba8df5cc0ba658670ea3fd27520a.tar.gz emacs-c9f46705cf83ba8df5cc0ba658670ea3fd27520a.zip | |
Fix goto-... keybindings.
| -rw-r--r-- | man/message.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/message.texi b/man/message.texi index 5a99cc73964..294279efb03 100644 --- a/man/message.texi +++ b/man/message.texi | |||
| @@ -352,8 +352,8 @@ Go to the @code{To} header (@code{message-goto-to}). | |||
| 352 | @findex message-goto-bcc | 352 | @findex message-goto-bcc |
| 353 | Go to the @code{Bcc} header (@code{message-goto-bcc}). | 353 | Go to the @code{Bcc} header (@code{message-goto-bcc}). |
| 354 | 354 | ||
| 355 | @item C-c C-f C-f | 355 | @item C-c C-f C-w |
| 356 | @kindex C-c C-f C-f | 356 | @kindex C-c C-f C-w |
| 357 | @findex message-goto-fcc | 357 | @findex message-goto-fcc |
| 358 | Go to the @code{Fcc} header (@code{message-goto-fcc}). | 358 | Go to the @code{Fcc} header (@code{message-goto-fcc}). |
| 359 | 359 | ||
| @@ -382,8 +382,8 @@ Go to the @code{Newsgroups} header (@code{message-goto-newsgroups}). | |||
| 382 | @findex message-goto-distribution | 382 | @findex message-goto-distribution |
| 383 | Go to the @code{Distribution} header (@code{message-goto-distribution}). | 383 | Go to the @code{Distribution} header (@code{message-goto-distribution}). |
| 384 | 384 | ||
| 385 | @item C-c C-f C-o | 385 | @item C-c C-f C-f |
| 386 | @kindex C-c C-f C-o | 386 | @kindex C-c C-f C-f |
| 387 | @findex message-goto-followup-to | 387 | @findex message-goto-followup-to |
| 388 | Go to the @code{Followup-To} header (@code{message-goto-followup-to}). | 388 | Go to the @code{Followup-To} header (@code{message-goto-followup-to}). |
| 389 | 389 | ||