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/net/shr.el | |
parent | 45099bb90ff2107c3a30aef3047c893dbf5ef249 (diff) | |
download | emacs-f5d036023494dc0d757d062f086a6adb6728f364.tar.gz emacs-f5d036023494dc0d757d062f086a6adb6728f364.tar.bz2 emacs-f5d036023494dc0d757d062f086a6adb6728f364.zip |
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/net/shr.el')
-rw-r--r-- | lisp/net/shr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index ad5d869531c..8a64f7549f2 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -149,7 +149,7 @@ cid: URL as the argument.") "Alist of tag/function pairs used to alter how shr renders certain tags. For instance, eww uses this to alter rendering of title, forms and other things: -((title . eww-tag-title) +\((title . eww-tag-title) (form . eww-tag-form) ...)") |