From 850437cb754c9aee978c66602bed4d8562c72d77 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 24 Jun 2024 22:21:26 +0300 Subject: [PATCH] ; * lisp/simple.el (undo-auto--boundaries): Doc fix (bug#71755). (cherry picked from commit e4046f33ab8ff2a5a1edbba2634d52bcadf25b24) --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2