1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 08:52:40 -07:00

(Undo): Document that undo is turned off in buffers whose names begin with

a space.
This commit is contained in:
Eli Zaretskii 2006-05-12 18:22:50 +00:00
parent f055e02c4e
commit 1e094ef911

View file

@ -1202,7 +1202,9 @@ value for @code{kill-ring-max} is 60.
Most buffers have an @dfn{undo list}, which records all changes made
to the buffer's text so that they can be undone. (The buffers that
don't have one are usually special-purpose buffers for which Emacs
assumes that undoing is not useful.) All the primitives that modify the
assumes that undoing is not useful. In particular, any buffer whose
name begins with a space has its undo recording off by default,
see @ref{Buffer Names}.) All the primitives that modify the
text in the buffer automatically add elements to the front of the undo
list, which is in the variable @code{buffer-undo-list}.