Variable: transpose-sexps-function

transpose-sexps-function is a variable defined in simple.el.gz.

Value

transpose-sexps-default-function

Documentation

If non-nil, transpose-sexps delegates to this function.

This function takes one argument ARG, a number. Its expected return value is a position pair, which is a cons (BEG . END), where BEG and END are buffer positions.

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar transpose-sexps-function #'transpose-sexps-default-function
  "If non-nil, `transpose-sexps' delegates to this function.

This function takes one argument ARG, a number.  Its expected
return value is a position pair, which is a cons (BEG . END),
where BEG and END are buffer positions.")