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 47877b6a37b..95f900aaf46 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5934,8 +5934,8 @@ An entry of the form POSITION indicates that point was at the buffer
5934location given by the integer. Undoing an entry of this form places 5934location given by the integer. Undoing an entry of this form places
5935point at POSITION. 5935point at POSITION.
5936 5936
5937nil marks undo boundaries. The undo command treats the changes 5937Entries with value `nil' mark undo boundaries. The undo command treats
5938between two undo boundaries as a single step to be undone. 5938the changes between two undo boundaries as a single step to be undone.
5939 5939
5940If the value of the variable is t, undo information is not recorded. */); 5940If the value of the variable is t, undo information is not recorded. */);
5941 5941