]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for `buffer-undo-list'.
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 16 Aug 2013 14:16:45 +0000 (22:16 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Fri, 16 Aug 2013 14:16:45 +0000 (22:16 +0800)
doc/lispref/ChangeLog
doc/lispref/text.texi

index 41c31244668941e238ad782557269d00951c9561..c5d9f5c8966eb204cde08de39473821e10d681f3 100644 (file)
@@ -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):
index 3057b40066f0eb629cc8bd9bb2673871ffb1985a..4e56c53107cdfccb87c984999d193d926a353795 100644 (file)
@@ -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