emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113923: Doc fix for `buffer-undo-list'.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113923: Doc fix for `buffer-undo-list'.
Date: Fri, 16 Aug 2013 14:16:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113923
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-16 22:16:45 +0800
message:
  Doc fix for `buffer-undo-list'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-16 06:03:18 +0000
+++ b/doc/lispref/ChangeLog     2013-08-16 14:16:45 +0000
@@ -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):

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-08-16 08:27:49 +0000
+++ b/doc/lispref/text.texi     2013-08-16 14:16:45 +0000
@@ -1289,8 +1289,8 @@
 @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
address@hidden
+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 @@
 
 @table @code
 @cindex property category of text character
address@hidden 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]