comparison lispref/text.texi @ 90227:10fe5fadaf89

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 11 Sep 2005 22:21:01 +0000
parents a3716f7538f2 822218f80ae4
children 0ca0d9181b5e
comparison
equal deleted inserted replaced
90226:df78f2fb8f6a 90227:10fe5fadaf89
1198 assumes that undoing is not useful.) All the primitives that modify the 1198 assumes that undoing is not useful.) All the primitives that modify the
1199 text in the buffer automatically add elements to the front of the undo 1199 text in the buffer automatically add elements to the front of the undo
1200 list, which is in the variable @code{buffer-undo-list}. 1200 list, which is in the variable @code{buffer-undo-list}.
1201 1201
1202 @defvar buffer-undo-list 1202 @defvar buffer-undo-list
1203 This variable's value is the undo list of the current buffer. 1203 This buffer-local variable's value is the undo list of the current
1204 A value of @code{t} disables the recording of undo information. 1204 buffer. A value of @code{t} disables the recording of undo information.
1205 @end defvar 1205 @end defvar
1206 1206
1207 Here are the kinds of elements an undo list can have: 1207 Here are the kinds of elements an undo list can have:
1208 1208
1209 @table @code 1209 @table @code
1766 1766
1767 Auto Fill mode also enables the functions that change the margins and 1767 Auto Fill mode also enables the functions that change the margins and
1768 justification style to refill portions of the text. @xref{Margins}. 1768 justification style to refill portions of the text. @xref{Margins}.
1769 1769
1770 @defvar auto-fill-function 1770 @defvar auto-fill-function
1771 The value of this variable should be a function (of no arguments) to be 1771 The value of this buffer-local variable should be a function (of no
1772 called after self-inserting a character from the table 1772 arguments) to be called after self-inserting a character from the table
1773 @code{auto-fill-chars}. It may be @code{nil}, in which case nothing 1773 @code{auto-fill-chars}. It may be @code{nil}, in which case nothing
1774 special is done in that case. 1774 special is done in that case.
1775 1775
1776 The value of @code{auto-fill-function} is @code{do-auto-fill} when 1776 The value of @code{auto-fill-function} is @code{do-auto-fill} when
1777 Auto-Fill mode is enabled. That is a function whose sole purpose is to 1777 Auto-Fill mode is enabled. That is a function whose sole purpose is to