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
commit47fa00d3905e97ac114aa5094cb1f5c1232bd642 (patch)
tree709eeff470e2797dc61fdb287feedf34c820085d
parent0ce872eba2b0ff9a1dd9750bcd13113685ce6d3e (diff)
downloaddotemacs-47fa00d3905e97ac114aa5094cb1f5c1232bd642.tar.gz
dotemacs-47fa00d3905e97ac114aa5094cb1f5c1232bd642.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 4333e07b..a2423742 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."