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

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

[elpa] externals/substitute deb7d28b9e 09/39: Change substitute-highligh


From: ELPA Syncer
Subject: [elpa] externals/substitute deb7d28b9e 09/39: Change substitute-highlight default value and fix typo
Date: Mon, 16 Jan 2023 11:58:47 -0500 (EST)

branch: externals/substitute
commit deb7d28b9e1ce5f0dc2cc0ab6f987350a620667a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Change substitute-highlight default value and fix typo
---
 substitute.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substitute.el b/substitute.el
index 976dfffe97..8fecdafc35 100644
--- a/substitute.el
+++ b/substitute.el
@@ -37,10 +37,10 @@
   "Efficiently replace targets in the buffer or context."
   :group 'editing)
 
-(defcustom substitute-highlight t
+(defcustom substitute-highlight nil
   "If non-nil, highlight target during prompt for its substitute.
 
-If nil, do not highlight anything: just pormpt for a substitute.
+If nil, do not highlight anything: just prompt for a substitute.
 
 At any rate, always specify at the minibuffer prompt the target
 of the substitution."



reply via email to

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