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

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

[nongnu] elpa/idle-highlight-mode 0916be7075 53/59: Cleanup: docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/idle-highlight-mode 0916be7075 53/59: Cleanup: docstrings
Date: Thu, 7 Jul 2022 12:00:33 -0400 (EDT)

branch: elpa/idle-highlight-mode
commit 0916be7075e792773440c3bdb5cf9c153691846b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: docstrings
---
 idle-highlight-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idle-highlight-mode.el b/idle-highlight-mode.el
index 97d163d508..42afa6fb3a 100755
--- a/idle-highlight-mode.el
+++ b/idle-highlight-mode.el
@@ -36,7 +36,7 @@
 ;; M-x idle-highlight-mode sets an idle timer that highlights all
 ;; occurrences in the buffer of the word under the point.
 
-;; Enabling it in a hook is recommended. But you don't want it enabled
+;; Enabling it in a hook is recommended if you don't want it enabled
 ;; for all buffers, just programming ones.
 ;;
 ;; Example:
@@ -98,7 +98,7 @@ See documentation for `skip-syntax-forward', nil to ignore."
   :type 'boolean)
 
 (defcustom idle-highlight-idle-time 0.35
-  "Time after which to highlight the word at point."
+  "Time after which to highlight the word at point (in seconds)."
   :type 'float)
 
 (defcustom idle-highlight-ignore-modes nil
@@ -389,7 +389,7 @@ should be the result of 
`idle-highlight--word-at-point-args'."
         (setq idle-highlight--global-timer nil)))))
 
 (defun idle-highlight--time-reset ()
-  "Run this when the buffer changes."
+  "Run this when the buffer change was changed."
   ;; Ensure changing windows doesn't leave other buffers with stale highlight.
   (cond
     ((bound-and-true-p idle-highlight-mode)



reply via email to

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