diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
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 | ||
| 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 |