aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-17 06:32:24 +0800
committerXue Fuqiao2013-08-17 06:32:24 +0800
commit70ff8240e489fc5ff8635a415b78b8881054dc23 (patch)
treea67132bdb6146e930a96d0bc121db979c69192e7 /doc
parent49ceb676b01fadfd97c1a829c9228e3ca8ac733c (diff)
downloademacs-70ff8240e489fc5ff8635a415b78b8881054dc23.tar.gz
emacs-70ff8240e489fc5ff8635a415b78b8881054dc23.zip
Another doc fix for `buffer-undo-list'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 4e56c53107c..f5607f6fe91 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1289,7 +1289,7 @@ This is an extensible undo item, which is undone by calling
1289@item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args}) 1289@item (apply @var{delta} @var{beg} @var{end} @var{funname} . @var{args})
1290This is an extensible undo item, which records a change limited to the 1290This is an extensible undo item, which records a change limited to the
1291range @var{beg} to @var{end}, which increased the size of the buffer 1291range @var{beg} to @var{end}, which increased the size of the buffer
1292by @var{delta} bytes. It is undone by calling @var{funname} with 1292by @var{delta} characters. It is undone by calling @var{funname} with
1293arguments @var{args}. 1293arguments @var{args}.
1294 1294
1295This kind of element enables undo limited to a region to determine 1295This kind of element enables undo limited to a region to determine