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

index 4e56c53107cdfccb87c984999d193d926a353795..f5607f6fe9128f33e323ceb3adcd4d7da40b45c2 100644 (file)
@@ -1289,7 +1289,7 @@ 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} bytes.  It is undone by calling @var{funname} with
+by @var{delta} characters.  It is undone by calling @var{funname} with
 arguments @var{args}.
 
 This kind of element enables undo limited to a region to determine
index 035a416939913aad64178e8e0f16876fba52f0ff..013e181c406e58bd1ab70af8b74283fb5ca7f30e 100644 (file)
@@ -8,6 +8,8 @@
 
 2013-08-16  Xue Fuqiao  <xfq.free@gmail.com>
 
+       * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
+
        * editfns.c (insert_before_markers): Mention overlay in the doc string.
 
        * marker.c (set_marker): Remove documentation of undefined behavior.
index 5244b7043dca2e0159dc3505e50deecf2f97bf15..58530248abc181c95242fb5891e64793d722cbde 100644 (file)
@@ -6106,7 +6106,7 @@ An entry (apply FUN-NAME . ARGS) means undo the change with
 
 An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo
 in the active region.  BEG and END is the range affected by this entry
-and DELTA is the number of bytes added or deleted in that range by
+and DELTA is the number of characters added or deleted in that range by
 this change.
 
 An entry (MARKER . DISTANCE) indicates that the marker MARKER