diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-20 11:47:47 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-20 11:47:47 -0400 |
| commit | 5982894f40c946d7bab81eec232538a15224bd95 (patch) | |
| tree | c3e921a77739815d8ffdb5c40ef4833061f987f3 /modules | |
| parent | 7ccd6ee7872946c7ea0c7e78ea00b71d03a885b1 (diff) | |
| download | dotemacs-5982894f40c946d7bab81eec232538a15224bd95.tar.gz dotemacs-5982894f40c946d7bab81eec232538a15224bd95.zip | |
docs(custom-ordering): correct point-position note on replace-region helper
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/custom-ordering.el | 2 |
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." |
