diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 11:29:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 11:31:16 -0800 |
commit | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch) | |
tree | d1233bba4917ba56b357746e1f0ad921b6174724 /lisp/htmlfontify.el | |
parent | da71c89ba39f500f4c65d986863512f293934401 (diff) | |
download | emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.gz |
Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index fc309bd62ee..82f3a74919f 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -522,8 +522,8 @@ Some examples:\n (defvar hfy-sheet-assoc 'please-ignore-this-line "An assoc with elements of the form (face-name style-name . style-string):\n -'((default \"default\" . \"{background: black; color: white}\") - (font-lock-string-face \"string\" . \"{color: rgb(64,224,208)}\"))" ) +\((default \"default\" . \"{background: black; color: white}\") + (font-lock-string-face \"string\" . \"{color: rgb(64,224,208)}\"))" ) (defvar hfy-facemap-assoc 'please-ignore-this-line "An assoc of (point . FACE-SYMBOL) or (point . DEFFACE-LIST) |