From: yamaoka Date: Thu, 15 Sep 2005 12:41:41 +0000 (+0000) Subject: Synch to No Gnus 200509151221. X-Git-Tag: t-gnus-6_17_4-quimby-~364 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162515b0df679b2e50bef3b2981ace1ec14c3bde;p=elisp%2Fgnus.git- Synch to No Gnus 200509151221. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84d94f8..15f0723 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-09-15 Romain Francoise + + * message.el (message-fill-paragraph): Clarify docstring. + 2005-09-14 Katsumi Yamaoka * gnus-art.el (gnus-mime-display-part): Protect against broken diff --git a/lisp/message.el b/lisp/message.el index 71a8263..d934d4b 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3252,7 +3252,9 @@ Prefix arg means justify as well." (if point (goto-char point))))) (defun message-fill-paragraph (&optional arg) - "Like `fill-paragraph'." + "Message specific function to fill a paragraph. +This function is used as the value of `fill-paragraph-function' in +Message buffers and is not meant to be called directly." (interactive (list (if current-prefix-arg 'full))) (if (if (boundp 'filladapt-mode) filladapt-mode) nil