diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 035a4169399..013e181c406 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | 8 | ||
| 9 | 2013-08-16 Xue Fuqiao <xfq.free@gmail.com> | 9 | 2013-08-16 Xue Fuqiao <xfq.free@gmail.com> |
| 10 | 10 | ||
| 11 | * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix. | ||
| 12 | |||
| 11 | * editfns.c (insert_before_markers): Mention overlay in the doc string. | 13 | * editfns.c (insert_before_markers): Mention overlay in the doc string. |
| 12 | 14 | ||
| 13 | * marker.c (set_marker): Remove documentation of undefined behavior. | 15 | * marker.c (set_marker): Remove documentation of undefined behavior. |
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 | ||
| 6116 | An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo | 6116 | An entry (apply DELTA BEG END FUN-NAME . ARGS) supports selective undo |
| 6117 | in the active region. BEG and END is the range affected by this entry | 6117 | in the active region. BEG and END is the range affected by this entry |
| 6118 | and DELTA is the number of bytes added or deleted in that range by | 6118 | and DELTA is the number of characters added or deleted in that range by |
| 6119 | this change. | 6119 | this change. |
| 6120 | 6120 | ||
| 6121 | An entry (MARKER . DISTANCE) indicates that the marker MARKER | 6121 | An entry (MARKER . DISTANCE) indicates that the marker MARKER |