From 7d54ee6c00dff045c0ca35ed4ea0b47bd4c7bdfc Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 23 May 2001 23:42:20 +0000 Subject: [PATCH] * mu-cite.el (fill-column-for-fill-cited-region): Add a supplementary explanation in doc-string. --- ChangeLog | 5 +++++ mu-cite.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9714ebd..3372440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-23 Katsumi Yamaoka + + * mu-cite.el (fill-column-for-fill-cited-region): Add a + supplementary explanation in doc-string. + 2001-04-19 Katsumi Yamaoka * mu-cite.el (mu-cite-remove-text-properties): Make it to work with diff --git a/mu-cite.el b/mu-cite.el index c125289..1221711 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -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 -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) -- 1.7.10.4