(message-generate-hashcash): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Mon, 4 Oct 2004 19:29:23 +0000 (19:29 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 4 Oct 2004 19:29:23 +0000 (19:29 +0000)
lisp/ChangeLog
lisp/message.el

index 3b1a7f4..0e83ed4 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 2ebf8b1..48d163f 100644 (file)
@@ -1430,7 +1430,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)