summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-08-16 22:16:45 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-08-16 22:16:45 +0800
commite4043ba039b64f2fd91cc3ec950b3d23031a87ce (patch)
tree36d3f07191285b9e89531b3c9672421d38e01379 /doc
parent13c366c974f64168ffbffd751fe8c6fb946f3a69 (diff)
downloademacs-e4043ba039b64f2fd91cc3ec950b3d23031a87ce.tar.gz
Doc fix for `buffer-undo-list'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/text.texi5
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 41c31244668..c5d9f5c8966 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,7 @@
* text.texi (Insertion): Refine.
(Margins): Add an index.
+ (Undo): Doc fix for `buffer-undo-list'.
* positions.texi (Character Motion):
* markers.texi (Moving Markers):
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 3057b40066f..4e56c53107c 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1289,8 +1289,8 @@ This is an extensible undo item, which is undone by calling
@item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args})
This is an extensible undo item, which records a change limited to the
range @var{beg} to @var{end}, which increased the size of the buffer
-by @var{delta}. It is undone by calling @var{funname} with arguments
-@var{args}.
+by @var{delta} bytes. It is undone by calling @var{funname} with
+arguments @var{args}.
This kind of element enables undo limited to a region to determine
whether the element pertains to that region.
@@ -3030,6 +3030,7 @@ Point}.
@table @code
@cindex property category of text character
+@c FIXME: Isn't @kindex for keyboard commands?
@kindex category @r{(text property)}
@item category
If a character has a @code{category} property, we call it the