diff lisp/mh-e/mh-mime.el @ 67760:9c3504ae6060

Follow MH-E Developers Guide conventions. Use `' quotes for Help hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for everything else. Otherwise, you can accidently get links to nonsense symbols.
author Bill Wohler <wohler@newt.com>
date Fri, 23 Dec 2005 08:40:31 +0000
parents b7b75914a27d
children 3ca8b2234237
line wrap: on
line diff
--- a/lisp/mh-e/mh-mime.el	Fri Dec 23 07:47:02 2005 +0000
+++ b/lisp/mh-e/mh-mime.el	Fri Dec 23 08:40:31 2005 +0000
@@ -469,8 +469,8 @@
   (run-hooks 'mh-mh-to-mime-hook))
 
 (defun mh-mh-quote-unescaped-sharp ()
-  "Quote `#' characters that haven't been quoted for \"mhbuild\".
-If the `#' character is present in the first column, but it isn't
+  "Quote \"#\" characters that haven't been quoted for \"mhbuild\".
+If the \"#\" character is present in the first column, but it isn't
 part of a MH-style directive then \"mhbuild\" gives an error.
 This function will quote all such characters."
   (save-excursion
@@ -604,7 +604,7 @@
 description and the DISPOSITION of the attachment.
 
 This is basically `mml-attach-file' from Gnus, modified such that a prefix
-argument yields an `inline' disposition and Content-Type is determined
+argument yields an \"inline\" disposition and Content-Type is determined
 automatically."
   (let* ((file (mml-minibuffer-read-file "Attach file: "))
          (type (mh-minibuffer-read-type file))