From eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 7 Dec 2016 11:29:54 -0800 Subject: Fix minor quoting problems in doc strings --- lisp/htmlfontify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/htmlfontify.el') 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) -- cgit v1.2.1