branch: externals/substitute
commit deb7d28b9e1ce5f0dc2cc0ab6f987350a620667a
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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