emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-modern 6b13500969 38/65: Improve docstring


From: ELPA Syncer
Subject: [elpa] externals/org-modern 6b13500969 38/65: Improve docstring
Date: Mon, 7 Mar 2022 12:57:47 -0500 (EST)

branch: externals/org-modern
commit 6b1350096915fa5852cfb157a420ae1ce532cfc8
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Improve docstring
---
 org-modern.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index bc83c0a1bb..c247e3ff4b 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -71,8 +71,11 @@ Set to nil to disable styling the headlines."
   :type '(choice (const nil) (vector string)))
 
 (defcustom org-modern-hide-stars 'leading
-  "Make the leading stars invisible."
-  :type '(choice boolean (const leading)))
+  "Make some of the headline stars invisible."
+  :type '(choice
+          (const :tag "Do not hide stars" nil)
+          (const :tag "Hide all stars" t)
+          (const :tag "Hide leading stars" leading)))
 
 (defcustom org-modern-timestamp t
   "Prettify time stamps, e.g. <2022-03-01>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]