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

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

[nongnu] elpa/hl-block-mode 4a73d23ae2 43/64: Cleanup: over wide doc-str


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 4a73d23ae2 43/64: Cleanup: over wide doc-string
Date: Thu, 7 Jul 2022 12:00:08 -0400 (EDT)

branch: elpa/hl-block-mode
commit 4a73d23ae21a10dcfa1f017f45f4314ac398e46b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: over wide doc-string
---
 hl-block-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 57bf70ecda..132efe11e6 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -81,7 +81,7 @@ PT is typically the '(point)'."
         (hl-block--syntax-prev-bracket (1- beg))))))
 
 (defun hl-block--find-all-ranges (pt)
-  "Return a list of ranges starting from PT, outer-most to inner-most."
+  "Return ranges starting from PT, outer-most to inner-most."
   (let*
     (
       (beg
@@ -101,7 +101,7 @@ PT is typically the '(point)'."
         (list (list beg end))))))
 
 (defun hl-block--find-all-ranges-or-fallback (pt)
-  "Return a list of ranges starting from PT, outer-most to inner-most (with 
fallback)."
+  "Return ranges starting from PT, outer-most to inner-most (with fallback)."
   (when-let ((block-list (hl-block--find-all-ranges pt)))
     (if (cdr block-list)
       (reverse block-list)



reply via email to

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