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 148d077ec21..c78d08c53d2 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6106,7 +6106,7 @@ An entry of the form POSITION indicates that point was at the buffer | |||
| 6106 | location given by the integer. Undoing an entry of this form places | 6106 | location given by the integer. Undoing an entry of this form places |
| 6107 | point at POSITION. | 6107 | point at POSITION. |
| 6108 | 6108 | ||
| 6109 | Entries with value `nil' mark undo boundaries. The undo command treats | 6109 | Entries with value nil mark undo boundaries. The undo command treats |
| 6110 | the changes between two undo boundaries as a single step to be undone. | 6110 | the changes between two undo boundaries as a single step to be undone. |
| 6111 | 6111 | ||
| 6112 | If the value of the variable is t, undo information is not recorded. */); | 6112 | If the value of the variable is t, undo information is not recorded. */); |