[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-modern 42cb064f9d 2/2: Fix docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-modern 42cb064f9d 2/2: Fix docstring |
Date: |
Wed, 20 Apr 2022 10:57:43 -0400 (EDT) |
branch: externals/org-modern
commit 42cb064f9d31adaf00168f18072cec0206b9737c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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 "))))