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

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

[elpa] externals/easy-escape caea5e0 04/27: Rename to easy-escape-minor-


From: ELPA Syncer
Subject: [elpa] externals/easy-escape caea5e0 04/27: Rename to easy-escape-minor-mode
Date: Tue, 14 Sep 2021 17:57:29 -0400 (EDT)

branch: externals/easy-escape
commit caea5e0731857debb268ff02265c145e19c217cf
Author: Clément Pit--Claudel <clement.pitclaudel@live.com>
Commit: Clément Pit--Claudel <clement.pitclaudel@live.com>

    Rename to easy-escape-minor-mode
---
 easy-escape.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/easy-escape.el b/easy-escape.el
index d275e19..6700329 100644
--- a/easy-escape.el
+++ b/easy-escape.el
@@ -33,7 +33,7 @@
   :group 'easy-escape)
 
 (defcustom easy-escape-character ?\\
-  "Character by which \\\\ is replaced when `easy-escape-mode' is active.
+  "Character by which \\\\ is replaced when `easy-escape-minor-mode' is active.
 Good candidates include the following:
   \\ REVERSE SOLIDUS (the default, typed as '?\\\\')
   ╲ BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT (typed as '?╲')
@@ -67,7 +67,7 @@ Search ends at LIMIT."
   (compose-region start (+ 2 start) easy-escape-character))
 
 ;;;###autoload
-(define-minor-mode easy-escape-mode
+(define-minor-mode easy-escape-minor-mode
   "Compose escape signs together to make regexps more readable.
 When this mode is active, \\\\ in strings is displayed as a
 single \\, fontified using `easy-escape-face' and composed into



reply via email to

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