branch: externals/lin
commit 409321746b619029732b1066cb74212027d59e15
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Mention "user option" in the context of hl-line-sticky-flag
---
README.org | 2 +-
lin.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index c300d9d383..c30d3539c3 100644
--- a/README.org
+++ b/README.org
@@ -163,7 +163,7 @@ appropriate face to the ~lin-face~
([[#h:2e28af52-8302-4071-a53e-f282f54a862e][I
The ~lin-global-mode~ follows the same principle, though it applies to
all hooks specified in the user option ~lin-mode-hooks~.
-Note that Lin respects the ~hl-line-sticky-flag~.
+Note that Lin respects the user option ~hl-line-sticky-flag~.
#+vindex: lin-blue
#+vindex: lin-red
diff --git a/lin.el b/lin.el
index fa0e605ea1..b1c2b9cc63 100644
--- a/lin.el
+++ b/lin.el
@@ -402,7 +402,7 @@ When nil (the default), allow the underlying text to retain
its color."
;;;###autoload
(define-minor-mode lin-mode
"Enable `hl-line-mode' and remap its face to `lin-face'.
-Note that Lin respects the `hl-line-sticky-flag'."
+Note that Lin respects the user option `hl-line-sticky-flag'."
:global nil
:init-value nil
(if lin-mode
@@ -418,7 +418,7 @@ Note that Lin respects the `hl-line-sticky-flag'."
;;;###autoload
(define-minor-mode lin-global-mode
"Like `lin-mode' but sets things up for all `lin-mode-hooks'.
-Note that Lin respects the `hl-line-sticky-flag'."
+Note that Lin respects the user option `hl-line-sticky-flag'."
:global t
:init-value nil
(if lin-global-mode