X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1f0466581f3bb628c9ab8f64e4480a43b2367175..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/muse/muse-regexps.el diff --git a/packages/muse/muse-regexps.el b/packages/muse/muse-regexps.el index ad3ce3fbd..900b0cd0c 100644 --- a/packages/muse/muse-regexps.el +++ b/packages/muse/muse-regexps.el @@ -44,7 +44,7 @@ (defcustom muse-regexp-use-character-classes 'undecided "Indicate whether to use extended character classes like [:space:]. -If 'undecided, Muse will use them if your emacs is known to support them. +If `undecided', Muse will use them if your emacs is known to support them. Emacs 22 and Emacs 21.3.50 are known to support them. XEmacs does not support them. @@ -149,7 +149,7 @@ the time." "\\|[" muse-regexp-blank "]-[" muse-regexp-blank "]*" "\\|[" muse-regexp-blank "][0-9]+\\.[" muse-regexp-blank "]*\\)") "Regexp used to match the beginning of a list item. -The '%s' will be replaced with a whitespace regexp when publishing." +The `%s' will be replaced with a whitespace regexp when publishing." :type 'regexp :group 'muse-regexp)