explanation in doc-string.
+2001-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mu-cite.el (fill-column-for-fill-cited-region): Add a
+ supplementary explanation in doc-string.
+
2001-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
* mu-cite.el (mu-cite-remove-text-properties): Make it to work with
(defcustom fill-column-for-fill-cited-region nil
"Integer to override `fill-column' while `fill-cited-region' is being
-executed."
+executed. If you wish people call you ****-san, you may set the value
+of `fill-column' to 60 in the buffer for message sending and set this
+to 70. :-)"
:type (` (choice (const :tag "Off" nil)
(integer (, default-fill-column))))
:group 'mu-cite)