summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-09-22 21:45:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-09-22 21:45:58 +0200
commit6fbec7584382a345f26c7a77445406e1b4df9046 (patch)
treee84da54e62de7dfd149c3b16cb1555510fa1366e
parentbfc9c815e24d8d69e4b9bf0144b7365ee68d74ea (diff)
downloadorg-mode-6fbec7584382a345f26c7a77445406e1b4df9046.tar.gz
org-faces: Fix a docstring
* lisp/org-faces.el (org-src-block-faces): Fix quote in docstring.
-rw-r--r--lisp/org-faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 1d90580..04cf77e 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -412,7 +412,7 @@ For instance, the following value would color the background of
emacs-lisp source blocks and python source blocks in purple and
green, respectability.
- '((\"emacs-lisp\" (:background \"#EEE2FF\"))
+ \\='((\"emacs-lisp\" (:background \"#EEE2FF\"))
(\"python\" (:background \"#e5ffb8\")))"
:group 'org-faces
:type '(repeat (list (string :tag "language")