aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJoakim Verona2013-08-17 00:46:24 +0200
committerJoakim Verona2013-08-17 00:46:24 +0200
commite1f065a76ff5639376235956fdf98de73c4219a6 (patch)
tree98289f48f30a15c8f906fd2dbcbce42aa3bea067 /src/buffer.c
parent27477226c287f9683d38d95b9c256242894a3d1b (diff)
parent70ff8240e489fc5ff8635a415b78b8881054dc23 (diff)
downloademacs-e1f065a76ff5639376235956fdf98de73c4219a6.tar.gz
emacs-e1f065a76ff5639376235956fdf98de73c4219a6.zip
merge from trunk
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 f6e61cd28ee..d9525f247d0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6115,7 +6115,7 @@ An entry (apply FUN-NAME . ARGS) means undo the change with
6115 6115
6116An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo 6116An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo
6117in the active region. BEG and END is the range affected by this entry 6117in the active region. BEG and END is the range affected by this entry
6118and DELTA is the number of bytes added or deleted in that range by 6118and DELTA is the number of characters added or deleted in that range by
6119this change. 6119this change.
6120 6120
6121An entry (MARKER . DISTANCE) indicates that the marker MARKER 6121An entry (MARKER . DISTANCE) indicates that the marker MARKER