diff lisp/mh-e/mh-customize.el @ 66474:06ed4e88d849

* mh-customize.el (mh-compose-insertion, mh-x-face-file): Checkdoc fixes. * mh-mime.el (mh-mh-to-mime, mh-mml-attach-file) (mh-mml-secure-message-sign, mh-mml-secure-message-encrypt) (mh-mml-secure-message-signencrypt): Ditto
author Bill Wohler <wohler@newt.com>
date Thu, 27 Oct 2005 22:57:30 +0000
parents 752fbc86ba7a
children 117f8e71b37a
line wrap: on
line diff
--- a/lisp/mh-e/mh-customize.el	Thu Oct 27 18:22:00 2005 +0000
+++ b/lisp/mh-e/mh-customize.el	Thu Oct 27 22:57:30 2005 +0000
@@ -763,12 +763,12 @@
 ;;; Editing a Draft (:group 'mh-letter)
 
 (defcustom mh-compose-insertion (if (locate-library "mml") 'mml 'mh)
-  "Type of tags used when composing MIME messages. In addition to MH-style
-directives, MH-E also supports MML (MIME Meta Language) tags. (see Info node
-`(emacs-mime)Composing'). This option can be used to choose between them. By
-default, this option is set to \"MML\" if it is supported since it provides a
-lot more functionality. This option can also be set to \"MH\" if MH-style
-directives are preferred."
+  "Type of tags used when composing MIME messages.
+In addition to MH-style directives, MH-E also supports MML (MIME Meta
+Language) tags. (see Info node `(emacs-mime)Composing'). This option can be
+used to choose between them. By default, this option is set to \"MML\" if it
+is supported since it provides a lot more functionality. This option can also
+be set to \"MH\" if MH-style directives are preferred."
   :type '(choice (const :tag "MML" mml)
                  (const :tag "MH"  mh))
   :group 'mh-letter)
@@ -887,7 +887,7 @@
 
 The \"X-Face:\" header field, which is a low-resolution, black and white
 image, can be generated using the \"compface\"
-(ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z) command. The
+\(ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z) command. The
 \"Online X-Face Converter\" (http://www.dairiki.org/xface/) is a useful
 resource for quick conversion of images into \"X-Face:\" header fields.