aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-17 06:32:24 +0800
committerXue Fuqiao2013-08-17 06:32:24 +0800
commit70ff8240e489fc5ff8635a415b78b8881054dc23 (patch)
treea67132bdb6146e930a96d0bc121db979c69192e7 /src/buffer.c
parent49ceb676b01fadfd97c1a829c9228e3ca8ac733c (diff)
downloademacs-70ff8240e489fc5ff8635a415b78b8881054dc23.tar.gz
emacs-70ff8240e489fc5ff8635a415b78b8881054dc23.zip
Another doc fix for `buffer-undo-list'.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 5244b7043dc..58530248abc 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6106,7 +6106,7 @@ An entry (apply FUN-NAME . ARGS) means undo the change with
6106 6106
6107An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo 6107An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo
6108in the active region. BEG and END is the range affected by this entry 6108in the active region. BEG and END is the range affected by this entry
6109and DELTA is the number of bytes added or deleted in that range by 6109and DELTA is the number of characters added or deleted in that range by
6110this change. 6110this change.
6111 6111
6112An entry (MARKER . DISTANCE) indicates that the marker MARKER 6112An entry (MARKER . DISTANCE) indicates that the marker MARKER