summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-12-12 23:18:35 -0800
committerGlenn Morris <rgm@gnu.org>2017-12-12 23:18:35 -0800
commitf5d036023494dc0d757d062f086a6adb6728f364 (patch)
tree593631783efea9ac22bc585844f111f7d655ab2e /lisp/htmlfontify.el
parent45099bb90ff2107c3a30aef3047c893dbf5ef249 (diff)
downloademacs-f5d036023494dc0d757d062f086a6adb6728f364.tar.gz
Escape column-zero doc parens
* lisp/htmlfontify.el (hfy-display-class): * lisp/calendar/icalendar.el (icalendar--do-create-ical-alarm): * lisp/net/shr.el (shr-external-rendering-functions): * lisp/progmodes/cc-vars.el (c-asymmetry-fontification-flag): * lisp/textmodes/tildify.el (tildify-tildify): Escape column-zero doc parens. A shame bug#21871 remains unfixed.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index cb4c83d33e0..0c5a2477e5d 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -426,7 +426,7 @@ Some valid class specification elements are:\n
(type lucid)
Multiple values for a tag may be combined, to indicate that any one or more
of these values in the specification key constitutes a match, eg:\n
-((class color grayscale) (type tty)) would match any of:\n
+\((class color grayscale) (type tty)) would match any of:\n
((class color))
((class grayscale))
((class color grayscale))