From: Eli Zaretskii Date: Mon, 24 Jun 2024 19:21:26 +0000 (+0300) Subject: ; * lisp/simple.el (undo-auto--boundaries): Doc fix (bug#71755). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~891 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e4046f33ab8ff2a5a1edbba2634d52bcadf25b24;p=emacs.git ; * lisp/simple.el (undo-auto--boundaries): Doc fix (bug#71755). --- diff --git a/lisp/simple.el b/lisp/simple.el index b48f46fc711..c798ee010b1 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4061,7 +4061,7 @@ REASON describes the reason that the boundary is being added; see (defun undo-auto--boundaries (cause) "Check recently changed buffers and add a boundary if necessary. REASON describes the reason that the boundary is being added; see -`undo-last-boundary' for more information." +`undo-auto--last-boundary-cause' for more information." ;; (Bug #23785) All commands should ensure that there is an undo ;; boundary whether they have changed the current buffer or not. (when (eq cause 'command)