comparison lispref/text.texi @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents c156f6a9e7b5 2fe766ffb2c0
children a8190f7e546e
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
1200 @cindex redo 1200 @cindex redo
1201 1201
1202 Most buffers have an @dfn{undo list}, which records all changes made 1202 Most buffers have an @dfn{undo list}, which records all changes made
1203 to the buffer's text so that they can be undone. (The buffers that 1203 to the buffer's text so that they can be undone. (The buffers that
1204 don't have one are usually special-purpose buffers for which Emacs 1204 don't have one are usually special-purpose buffers for which Emacs
1205 assumes that undoing is not useful.) All the primitives that modify the 1205 assumes that undoing is not useful. In particular, any buffer whose
1206 name begins with a space has its undo recording off by default,
1207 see @ref{Buffer Names}.) All the primitives that modify the
1206 text in the buffer automatically add elements to the front of the undo 1208 text in the buffer automatically add elements to the front of the undo
1207 list, which is in the variable @code{buffer-undo-list}. 1209 list, which is in the variable @code{buffer-undo-list}.
1208 1210
1209 @defvar buffer-undo-list 1211 @defvar buffer-undo-list
1210 This buffer-local variable's value is the undo list of the current 1212 This buffer-local variable's value is the undo list of the current