]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (undo-auto--boundaries): Doc fix (bug#71755).
authorEli Zaretskii <eliz@gnu.org>
Mon, 24 Jun 2024 19:21:26 +0000 (22:21 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:31:56 +0000 (15:31 +0200)
(cherry picked from commit e4046f33ab8ff2a5a1edbba2634d52bcadf25b24)

lisp/simple.el

index b2e843ed8822c74ca88615fec4d1c464e2c48e5f..cb1bd819536a8fd6cc7e8a4a96deee5f0da02d64 100644 (file)
@@ -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)