(message-fill-paragraph): Clarify docstring.
authorRomain Francoise <romain@orebokech.com>
Thu, 15 Sep 2005 12:21:20 +0000 (12:21 +0000)
committerRomain Francoise <romain@orebokech.com>
Thu, 15 Sep 2005 12:21:20 +0000 (12:21 +0000)
lisp/ChangeLog
lisp/message.el

index a4978d5..de80f91 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-15  Romain Francoise  <romain@orebokech.com>
+
+       * message.el (message-fill-paragraph): Clarify docstring.
+
 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-mime-display-part): Protect against broken
index e4a53b7..4114e5b 100644 (file)
@@ -2994,7 +2994,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