Browse Source

org-faces: Fix a docstring

* lisp/org-faces.el (org-src-block-faces): Fix quote in docstring.
Nicolas Goaziou 8 years ago
parent
commit
6fbec75843
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-faces.el

+ 1 - 1
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")