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

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

[nongnu] elpa/idle-highlight-mode 9435c1f3ca 41/59: readme: correct refe


From: ELPA Syncer
Subject: [nongnu] elpa/idle-highlight-mode 9435c1f3ca 41/59: readme: correct references to idle-time
Date: Thu, 7 Jul 2022 12:00:32 -0400 (EDT)

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

    readme: correct references to idle-time
---
 readme.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/readme.rst b/readme.rst
index e836d15347..addb2bba62 100644
--- a/readme.rst
+++ b/readme.rst
@@ -33,16 +33,16 @@ Global Settings
 ``idle-highlight-idle-time``: ``0.35``
    Delay before highlighting (in seconds).
 ``global-idle-highlight-ignore-modes``: ``nil``
-   A list of modes that won't enable spell-checking from 
``global-idle-highlight-mode``.
+   A list of modes that won't enable idle-highlight from 
``global-idle-highlight-mode``.
 
 Buffer Local Settings
 ^^^^^^^^^^^^^^^^^^^^^
 
 ``global-idle-highlight-ignore-buffer``
-   When not ``nil``, the buffer won't enable spell-checking from 
``global-idle-highlight-mode``.
+   When not ``nil``, the buffer won't enable idle-highlight from 
``global-idle-highlight-mode``.
 
    This may also be a function that takes a single buffer argument,
-   where returning ``nil`` will enable spell-checking, anything else will not.
+   where returning ``nil`` will enable idle-highlight, anything else will not.
 
    This example shows idle-highlight being disabled for ORG mode and for 
read-only buffers.
 



reply via email to

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