aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-24 16:35:22 +0000
committerJuanma Barranquero2006-11-24 16:35:22 +0000
commitb4c4f2f4d1525108a1470bd8f236913af1969938 (patch)
treed4aec001c8041c81caffbba860a0c0ef1b45c2d6 /src/buffer.c
parent362e23e116123e6b2d2cfe823210348075e8ae10 (diff)
downloademacs-b4c4f2f4d1525108a1470bd8f236913af1969938.tar.gz
emacs-b4c4f2f4d1525108a1470bd8f236913af1969938.zip
(syms_of_buffer) <buffer-undo-list>: Doc fix.
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 c02637ff0c5..33a41b6a907 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5918,8 +5918,8 @@ An entry of the form POSITION indicates that point was at the buffer
5918location given by the integer. Undoing an entry of this form places 5918location given by the integer. Undoing an entry of this form places
5919point at POSITION. 5919point at POSITION.
5920 5920
5921nil marks undo boundaries. The undo command treats the changes 5921Entries with value `nil' mark undo boundaries. The undo command treats
5922between two undo boundaries as a single step to be undone. 5922the changes between two undo boundaries as a single step to be undone.
5923 5923
5924If the value of the variable is t, undo information is not recorded. */); 5924If the value of the variable is t, undo information is not recorded. */);
5925 5925