X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/445258b7156a22c83cc2a4d206ee907bb2b3db09..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/muse/muse-html.el diff --git a/packages/muse/muse-html.el b/packages/muse/muse-html.el index 2473025f0..bcdee5626 100644 --- a/packages/muse/muse-html.el +++ b/packages/muse/muse-html.el @@ -400,7 +400,7 @@ change this to \"application/xhtml+xml\"." 'detect "iso-8859-1") "The charset to append to the HTML 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 tag to colorize. If t, permit the 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 is not in the list, then use fundamental mode instead." :type '(choice (const :tag "Any" t)