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

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

[nongnu] elpa/hl-block-mode 9c5ee70df6 17/64: Cleanup: checkdoc warnings


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 9c5ee70df6 17/64: Cleanup: checkdoc warnings
Date: Thu, 7 Jul 2022 12:00:05 -0400 (EDT)

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

    Cleanup: checkdoc warnings
---
 hl-block-mode.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 3680b2621c..5419b210e7 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -133,8 +133,8 @@ Inverse of `color-values'."
          (cdr block-list))))))
 
 (defun hl-block--overlay-refresh-from-timer ()
-  "Ensure this mode has not been disabled
-(from switching buffers for eg) before highlighting."
+  "Ensure this mode has not been disabled before highlighting.
+This can happen when switching buffers."
   (when hl-block-mode (hl-block--overlay-refresh)))
 
 ;; Timer
@@ -177,6 +177,7 @@ Inverse of `color-values'."
 
 ;;;###autoload
 (defun turn-on-hl-block-mode ()
+  "Enable command `hl-block-mode'."
   (hl-block-mode 1))
 
 



reply via email to

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