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

    Fix docstring
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 5d5ecb0500..e369b6a666 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -87,7 +87,7 @@ Set to nil to hide the vertical lines."
   :type '(choice (const nil) integer))
 
 (defcustom org-modern-table-horizontal t
-  "Prettify horizontal lines, consisting of five dashes or more."
+  "Prettify horizontal table lines."
   :type 'boolean)
 
 (defcustom org-modern-priority

Reply via email to