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

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

[elpa] externals/objed ded6eb4 16/34: Fix docstring of objed-use-hl


From: Stefan Monnier
Subject: [elpa] externals/objed ded6eb4 16/34: Fix docstring of objed-use-hl
Date: Mon, 15 Mar 2021 22:21:10 -0400 (EDT)

branch: externals/objed
commit ded6eb4d461774bf2cb553391d944e382fdd210c
Author: Clemens Radermacher <clemera@posteo.net>
Commit: Clemens Radermacher <clemera@posteo.net>

    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)
 
 



reply via email to

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