(Various Commands): Fix kindex for message-kill-to-signature;
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 25 Nov 2005 12:42:29 +0000 (12:42 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 25 Nov 2005 12:42:29 +0000 (12:42 +0000)
 clarify description of message-tab.

texi/ChangeLog
texi/message.texi

index c7e21c0..7a5e3a5 100644 (file)
@@ -3,6 +3,8 @@
        * message.texi (Header Commands): Clarify descriptions of
        message-cross-post-followup-to, message-reduce-to-to-cc, and
        message-insert-wide-reply.
+       (Various Commands): Fix kindex for message-kill-to-signature;
+       clarify description of message-tab.
 
 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
index cc34226..ef5819a 100644 (file)
@@ -1106,7 +1106,7 @@ The text is killed and replaced with the contents of the variable
 Kill the address under point.
 
 @item C-c C-z
-@kindex C-c C-x
+@kindex C-c C-z
 @findex message-kill-to-signature
 Kill all the text up to the signature, or if that's missing, up to the
 end of the message (@code{message-kill-to-signature}).
@@ -1150,9 +1150,9 @@ prompt for a new buffer name.
 @kindex TAB
 @findex message-tab
 @vindex message-tab-body-function
-If non-@code{nil} execute the function specified in
-@code{message-tab-body-function}.  Otherwise use the function bound to
-@kbd{TAB} in @code{text-mode-map} or @code{global-map}.
+If @code{message-tab-body-function} is non-@code{nil}, execute the
+function it specifies.  Otherwise use the function bound to @kbd{TAB} in
+@code{text-mode-map} or @code{global-map}.
 
 @end table