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

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

[elpa] externals-release/org a4586f0d71: org: fix symbol names and gramm


From: ELPA Syncer
Subject: [elpa] externals-release/org a4586f0d71: org: fix symbol names and grammar in docstrings
Date: Sat, 1 Jul 2023 06:59:07 -0400 (EDT)

branch: externals-release/org
commit a4586f0d71445e59f35f5b556da36ec6186c90d3
Author: Gerard Vermeulen <gerard.vermeulen@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org: fix symbol names and grammar in docstrings
    
    * lisp/org.el (org-outline-level):
    * lisp/org.el (org-current-level): change undefined symbol names
      to `org-odd-levels-only' and change "Unlike to" to "Unlike".
---
 lisp/org.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 2cf08e853e..923593bbb6 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5691,7 +5691,7 @@ highlighting was done, nil otherwise."
 
 If this is called at a normal headline, the level is the number
 of stars.  Use `org-reduced-level' to remove the effect of
-`org-odd-levels'.  Unlike to `org-current-level', this function
+`org-odd-levels-only'.  Unlike `org-current-level', this function
 takes into consideration inlinetasks."
   (org-with-wide-buffer
    (end-of-line)
@@ -6621,7 +6621,7 @@ headings in the region."
   "Return the level of the current entry, or nil if before the first headline.
 The level is the number of stars at the beginning of the
 headline.  Use `org-reduced-level' to remove the effect of
-`org-odd-levels'.  Unlike to `org-outline-level', this function
+`org-odd-levels-only'.  Unlike `org-outline-level', this function
 ignores inlinetasks."
   (let ((level (org-with-limited-levels (org-outline-level))))
     (and (> level 0) level)))



reply via email to

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