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

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

[elpa] externals/lin 98b3e43b11 1/2: Clarify lin-mode-hooks doc string


From: ELPA Syncer
Subject: [elpa] externals/lin 98b3e43b11 1/2: Clarify lin-mode-hooks doc string
Date: Thu, 8 Sep 2022 10:57:50 -0400 (EDT)

branch: externals/lin
commit 98b3e43b116cd6b22b0560f16879dbdcf8924890
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Clarify lin-mode-hooks doc string
---
 lin.el | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/lin.el b/lin.el
index dca2697da7..a44cf59493 100644
--- a/lin.el
+++ b/lin.el
@@ -91,13 +91,12 @@
     pdf-outline-buffer-mode-hook
     proced-mode-hook
     tabulated-list-mode-hook)
-  "List of hooks that should enable Lin.
-
-When Lin is set up with either `lin-mode' or `lin-global-mode',
-it activates `hl-line-mode' and remaps its face to `lin-face'.
-This makes it possible to distinguish between the two use-cases
-of permanent line highlighting: (i) gentle reminder of where the
-point is while editing, (ii) current selection."
+  "List of hooks that should be used by the `lin-global-mode'.
+Lin activates `hl-line-mode' and remaps its face to `lin-face'.
+This makes it possible to tweak the `lin-face' in order to
+distinguish between the two use-cases of permanent line
+highlighting: (i) gentle reminder of where the point is while
+editing, and (ii) current selection."
   :type '(repeat variable)
   :initialize #'custom-initialize-default
   :set (lambda (symbol value)



reply via email to

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