aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f2f15a54743..05555913c59 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5948,8 +5948,8 @@ An entry of the form POSITION indicates that point was at the buffer
5948location given by the integer. Undoing an entry of this form places 5948location given by the integer. Undoing an entry of this form places
5949point at POSITION. 5949point at POSITION.
5950 5950
5951nil marks undo boundaries. The undo command treats the changes 5951Entries with value `nil' mark undo boundaries. The undo command treats
5952between two undo boundaries as a single step to be undone. 5952the changes between two undo boundaries as a single step to be undone.
5953 5953
5954If the value of the variable is t, undo information is not recorded. */); 5954If the value of the variable is t, undo information is not recorded. */);
5955 5955