From e4043ba039b64f2fd91cc3ec950b3d23031a87ce Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Fri, 16 Aug 2013 22:16:45 +0800 Subject: [PATCH] Doc fix for `buffer-undo-list'. --- doc/lispref/ChangeLog | 1 + doc/lispref/text.texi | 5 +++-- 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 -- 2.39.5