]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/muse/muse-html.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / muse / muse-html.el
index 2473025f03767d7e911a397cc538d171ecc8a653..bcdee56269142bff0a555e960862018933ac01e1 100644 (file)
@@ -400,7 +400,7 @@ change this to \"application/xhtml+xml\"."
                                               'detect
                                             "iso-8859-1")
   "The charset to append to the HTML <meta> tag.
-If set to the symbol 'detect, use `muse-html-encoding-map' to try
+If set to the symbol `detect', use `muse-html-encoding-map' to try
 and determine the HTML charset from emacs's coding.  If set to a
 string, this string will be used to force a particular charset"
   :type '(choice string symbol)
@@ -422,7 +422,7 @@ This will be used if no special characters are found."
   "Modes that we allow the <src> tag to colorize.
 If t, permit the <src> tag to colorize any mode.
 
-If a list of mode names, such as '(\"html\" \"latex\"), and the
+If a list of mode names, such as (\"html\" \"latex\"), and the
 lang argument to <src> is not in the list, then use fundamental
 mode instead."
   :type '(choice (const :tag "Any" t)