Another doc fix for `buffer-undo-list'.

This commit is contained in:
Xue Fuqiao 2013-08-17 06:32:24 +08:00
parent 49ceb676b0
commit 70ff8240e4
3 changed files with 4 additions and 2 deletions

View 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

View 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.

View 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