diff options
author | Glenn Morris <rgm@gnu.org> | 2017-12-12 23:18:35 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-12-12 23:18:35 -0800 |
commit | f5d036023494dc0d757d062f086a6adb6728f364 (patch) | |
tree | 593631783efea9ac22bc585844f111f7d655ab2e /lisp/htmlfontify.el | |
parent | 45099bb90ff2107c3a30aef3047c893dbf5ef249 (diff) | |
download | emacs-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.el | 2 |
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)) |