branch: externals/org-modern
commit 42cb064f9d31adaf00168f18072cec0206b9737c
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix docstring
---
 org-modern.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index 641b1ac008..27be2d1790 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -140,8 +140,8 @@ This is an alist, with todo keywords in the car
 and faces in the cdr. Example:
 
   (setq org-modern-todo-faces
-    (quote (\"TODO\" :background \"red\"
-                   :foreground \"yellow\")))"
+    (quote ((\"TODO\" :background \"red\"
+                    :foreground \"yellow\"))))"
   :type '(repeat
           (cons (string :tag "Keyword")
                 (sexp   :tag "Face   "))))

Reply via email to