[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-modern 62c20cec25 1/2: Fix docstring (See #45)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-modern 62c20cec25 1/2: Fix docstring (See #45) |
Date: |
Wed, 20 Apr 2022 10:57:43 -0400 (EDT) |
branch: externals/org-modern
commit 62c20cec25c759c30bc9004bf46cd265fbb38e0b
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Fix docstring (See #45)
---
org-modern.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/org-modern.el b/org-modern.el
index 8bf99cc5f1..641b1ac008 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
- '((\"TODO\" :background \"red\"
- :foreground \"yellow\")))"
+ (quote (\"TODO\" :background \"red\"
+ :foreground \"yellow\")))"
:type '(repeat
(cons (string :tag "Keyword")
(sexp :tag "Face "))))