Synch to No Gnus 200511251242.
authoryamaoka <yamaoka>
Fri, 25 Nov 2005 12:43:14 +0000 (12:43 +0000)
committeryamaoka <yamaoka>
Fri, 25 Nov 2005 12:43:14 +0000 (12:43 +0000)
lisp/ChangeLog
lisp/message.el
texi/ChangeLog
texi/message.texi

index a75eb65..076a8da 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-kill-to-signature): Fix interactive spec.
+
 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * pop3.el (pop3-open-server): Recognize a string as a service name.
index efd3a3f..3496cb1 100644 (file)
@@ -3155,7 +3155,7 @@ or in the synonym headers, defined by `message-header-synonyms'."
   "Kill all text up to the signature.
 If a numberic argument or prefix arg is given, leave that number
 of lines before the signature intact."
-  (interactive "p")
+  (interactive "P")
   (save-excursion
     (save-restriction
       (let ((point (point)))
index 5e5653a..c237b8d 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 6d04deb..98de8e2 100644 (file)
@@ -1107,7 +1107,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}).
@@ -1151,9 +1151,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