; * lisp/simple.el (undo-auto--boundaries): Doc fix (bug#71755).
This commit is contained in:
parent
008eeb21fd
commit
e4046f33ab
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue