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-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=850437cb754c9aee978c66602bed4d8562c72d77;p=emacs.git ; * lisp/simple.el (undo-auto--boundaries): Doc fix (bug#71755). (cherry picked from commit e4046f33ab8ff2a5a1edbba2634d52bcadf25b24) --- diff --git a/lisp/simple.el b/lisp/simple.el index b2e843ed882..cb1bd819536 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4104,7 +4104,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)