From: yamaoka Date: Fri, 25 Nov 2005 12:43:14 +0000 (+0000) Subject: Synch to No Gnus 200511251242. X-Git-Tag: t-gnus-6_17_4-quimby-~209 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d494e01bbbefa35ad78ee844d547758b2d841970;p=elisp%2Fgnus.git- Synch to No Gnus 200511251242. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a75eb65..076a8da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-11-25 Katsumi Yamaoka + + * message.el (message-kill-to-signature): Fix interactive spec. + 2005-11-24 Katsumi Yamaoka * pop3.el (pop3-open-server): Recognize a string as a service name. diff --git a/lisp/message.el b/lisp/message.el index efd3a3f..3496cb1 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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))) diff --git a/texi/ChangeLog b/texi/ChangeLog index 5e5653a..c237b8d 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -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 diff --git a/texi/message.texi b/texi/message.texi index 6d04deb..98de8e2 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -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