From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/transposition.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 devdocs/elisp/transposition.html (limited to 'devdocs/elisp/transposition.html') diff --git a/devdocs/elisp/transposition.html b/devdocs/elisp/transposition.html deleted file mode 100644 index 792cc385..00000000 --- a/devdocs/elisp/transposition.html +++ /dev/null @@ -1,10 +0,0 @@ -

Transposition of Text

This function can be used to transpose stretches of text:

Function: transpose-regions start1 end1 start2 end2 &optional leave-markers -
-

This function exchanges two nonoverlapping portions of the buffer (if they overlap, the function signals an error). Arguments start1 and end1 specify the bounds of one portion and arguments start2 and end2 specify the bounds of the other portion.

Normally, transpose-regions relocates markers with the transposed text; a marker previously positioned within one of the two transposed portions moves along with that portion, thus remaining between the same two characters in their new position. However, if leave-markers is non-nil, transpose-regions does not do this—it leaves all markers unrelocated.

-
-
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Transposition.html -

-
-- cgit v1.2.3