Synch to No Gnus 200410041929.
authoryamaoka <yamaoka>
Mon, 4 Oct 2004 22:24:56 +0000 (22:24 +0000)
committeryamaoka <yamaoka>
Mon, 4 Oct 2004 22:24:56 +0000 (22:24 +0000)
lisp/ChangeLog
lisp/message.el

index 7351197..2c1bcbd 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-04  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-generate-hashcash): Doc fix.
+
 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
 
        * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
index 438e637..6c77352 100644 (file)
@@ -1638,7 +1638,8 @@ no, only reply back to the author."
                 (const :tag "Always" t)))
 
 (defcustom message-generate-hashcash nil
-  "*Whether to generate X-Hashcash: headers."
+  "*Whether to generate X-Hashcash: headers.
+You must have the \"hashcash\" binary installed, see `hashcash-path'."
   :group 'message-headers
   :link '(custom-manual "(message)Mail Headers")
   :type 'boolean)