summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:32:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:32:35 -0700
commit4fc7e87ea658c95e07c77ce11819674def9bb6c4 (patch)
tree7c15abb11330d6a4799fadd9ae1755f3be9b216d
parent4649a27ac2450c0113916f31fa9d4f9b3b2533c4 (diff)
downloaddotfiles-4fc7e87ea658c95e07c77ce11819674def9bb6c4.tar.gz
fix example
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 7043a4ce..6eae3822 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -361,7 +361,7 @@ I use by default)."
;; involve moving point, as `exchange-point-and-mark' does. This is
;; useful if you use isearch to select a region but realise only after
;; you've left the intended start of the region that you need to do a
-;; second isearch to extend it far enough: e.g. C-s first M-= second RET
+;; second isearch to extend it far enough: e.g. C-s first M-i second RET
;;
;; Activating the region prevents the second isearch from resetting
;; the mark. Having this binding removes the need to activate the