diff options
| author | Xue Fuqiao | 2015-08-18 11:42:21 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-08-18 11:42:21 +0800 |
| commit | 9403daff6a8818d9c1ff11de4f339f958f52f3e2 (patch) | |
| tree | f99eef5d2942ad973781902a5fe7c93f4accd696 | |
| parent | 2b2eac26c898ef290e29f96cbd1d83ee7ac5b070 (diff) | |
| download | emacs-9403daff6a8818d9c1ff11de4f339f958f52f3e2.tar.gz emacs-9403daff6a8818d9c1ff11de4f339f958f52f3e2.zip | |
* doc/emacs/sending.texi (Mail Misc): Fix two index entries for
Message mode hooks.
| -rw-r--r-- | doc/emacs/mule.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/sending.texi | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index ef274c628db..477f24e56c0 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -539,6 +539,8 @@ searching for what you have already entered. | |||
| 539 | To find out how to input the character after point using the current | 539 | To find out how to input the character after point using the current |
| 540 | input method, type @kbd{C-u C-x =}. @xref{Position Info}. | 540 | input method, type @kbd{C-u C-x =}. @xref{Position Info}. |
| 541 | 541 | ||
| 542 | @c TODO: document complex-only/default/t of | ||
| 543 | @c @code{input-method-verbose-flag} | ||
| 542 | @vindex input-method-verbose-flag | 544 | @vindex input-method-verbose-flag |
| 543 | @vindex input-method-highlight-flag | 545 | @vindex input-method-highlight-flag |
| 544 | The variables @code{input-method-highlight-flag} and | 546 | The variables @code{input-method-highlight-flag} and |
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index b4bdb935449..49a4aa7c7f3 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi | |||
| @@ -568,8 +568,8 @@ was yanked, but it checks the text that you yourself inserted (it | |||
| 568 | looks for indentation or @code{mail-yank-prefix} to distinguish the | 568 | looks for indentation or @code{mail-yank-prefix} to distinguish the |
| 569 | cited lines from your input). @xref{Spelling}. | 569 | cited lines from your input). @xref{Spelling}. |
| 570 | 570 | ||
| 571 | @vindex mail-mode-hook | 571 | @vindex message-mode-hook |
| 572 | @vindex mail-setup-hook | 572 | @vindex message-setup-hook |
| 573 | Turning on Message mode (which @kbd{C-x m} does automatically) runs | 573 | Turning on Message mode (which @kbd{C-x m} does automatically) runs |
| 574 | the normal hooks @code{text-mode-hook} and @code{message-mode-hook}. | 574 | the normal hooks @code{text-mode-hook} and @code{message-mode-hook}. |
| 575 | Initializing a new outgoing message runs the normal hook | 575 | Initializing a new outgoing message runs the normal hook |