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

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

[elpa] externals-release/org fcd813c406 2/2: lisp/org.el: Docstring fixe


From: ELPA Syncer
Subject: [elpa] externals-release/org fcd813c406 2/2: lisp/org.el: Docstring fixes
Date: Mon, 27 Mar 2023 07:59:20 -0400 (EDT)

branch: externals-release/org
commit fcd813c40649d89f754e3b8d1af9eda3887afb29
Author: Stephen J. Eglen <sje30@cam.ac.uk>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org.el: Docstring fixes
    
    * lisp/org.el (org-hide-emphasis-markers)
    (org-hide-macro-markers)
    (org-pretty-entities-include-sub-superscripts): Follow elisp
    convention for docstrings: 'Non-nil means ...'.
---
 lisp/org.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 1649722ab0..af2cf93e2a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3600,13 +3600,13 @@ following symbols:
               (const :tag "Entities" entities))))
 
 (defcustom org-hide-emphasis-markers nil
-  "Non-nil mean font-lock should hide the emphasis marker characters."
+  "Non-nil means font-lock should hide the emphasis marker characters."
   :group 'org-appearance
   :type 'boolean
   :safe #'booleanp)
 
 (defcustom org-hide-macro-markers nil
-  "Non-nil mean font-lock should hide the brackets marking macro calls."
+  "Non-nil means font-lock should hide the brackets marking macro calls."
   :group 'org-appearance
   :type 'boolean)
 
@@ -3618,7 +3618,7 @@ When nil, the \\name form remains in the buffer."
   :type 'boolean)
 
 (defcustom org-pretty-entities-include-sub-superscripts t
-  "Non-nil means, pretty entity display includes formatting sub/superscripts."
+  "Non-nil means pretty entity display includes formatting sub/superscripts."
   :group 'org-appearance
   :version "24.1"
   :type 'boolean)



reply via email to

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