* mu-cite.el (fill-column-for-fill-cited-region): Add a supplementary
authoryamaoka <yamaoka>
Wed, 23 May 2001 23:42:20 +0000 (23:42 +0000)
committeryamaoka <yamaoka>
Wed, 23 May 2001 23:42:20 +0000 (23:42 +0000)
 explanation in doc-string.

ChangeLog
mu-cite.el

index 9714ebd..3372440 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
 2001-04-19  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * mu-cite.el (mu-cite-remove-text-properties): Make it to work with
index c125289..1221711 100644 (file)
@@ -467,7 +467,9 @@ TABLE defaults to the current buffer's category table."
 
 (defcustom fill-column-for-fill-cited-region nil
   "Integer to override `fill-column' while `fill-cited-region' is being
 
 (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)
   :type (` (choice (const :tag "Off" nil)
                   (integer (, default-fill-column))))
   :group 'mu-cite)