From 162515b0df679b2e50bef3b2981ace1ec14c3bde Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 15 Sep 2005 12:41:41 +0000 Subject: [PATCH] Synch to No Gnus 200509151221. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.10.4