aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 11:47:47 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 11:47:47 -0400
commit3a0fa280183d426935956979ad713fb6e7284488 (patch)
tree63c1da0a0f636b6c140d9de14976a6545d920235
parent357801f84080925c487738540105c598c0dbb3e5 (diff)
downloaddotemacs-3a0fa280183d426935956979ad713fb6e7284488.tar.gz
dotemacs-3a0fa280183d426935956979ad713fb6e7284488.zip
docs(custom-ordering): correct point-position note on replace-region helper
-rw-r--r--modules/custom-ordering.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-ordering.el b/modules/custom-ordering.el
index 4333e07b6..a2423742d 100644
--- a/modules/custom-ordering.el
+++ b/modules/custom-ordering.el
@@ -49,7 +49,7 @@ buffer region and must reject an inverted one before reading it."
(defun cj/--ordering-replace-region (start end insertion)
"Replace the buffer text between START and END with INSERTION.
-Point is left at START. Shared tail for the interactive ordering commands,
+Point is left after the inserted text. Shared tail for the interactive ordering commands,
which all compute a transformed string from the original region then swap it
in. INSERTION is evaluated by the caller before this runs, so the transform
reads the pre-deletion text."