Variable: evil-undo-function

evil-undo-function is a variable defined in evil-vars.el.

Value

undo

Documentation

Function to be used by evil-undo.

Customized via evil-undo-system.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-undo-function #'undo
  "Function to be used by `evil-undo'.
Customized via `evil-undo-system'.")