branch: externals/objed
commit ded6eb4d461774bf2cb553391d944e382fdd210c
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fix docstring of objed-use-hl
Fixes #80
---
objed.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/objed.el b/objed.el
index 3ddc13e..0b1a630 100644
--- a/objed.el
+++ b/objed.el
@@ -412,10 +412,10 @@ To avoid loading `avy' set this var before activating
`objed-mode.'"
(define-obsolete-variable-alias 'objed-use-hl-p
'objed-use-hl "ea0be40dd"
- "Whether allow loading and use of `hl-line' to highlight the current
object.")
+ "Whether allow to use `hl-line' to highlight the current object.")
(defcustom objed-use-hl t
- "Whether allow loading and use of `hl-line' to highlight the current object."
+ "Whether allow to use `hl-line' to highlight the current object."
:type 'boolean)