diff src/buffer.c @ 74160:6e1dfb25e826

(syms_of_buffer) <buffer-undo-list>: Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Nov 2006 16:35:22 +0000
parents b6668e8a8f5f
children 60f389aaa76a c71725faff1a f1d13e615070
line wrap: on
line diff
--- a/src/buffer.c	Fri Nov 24 14:33:19 2006 +0000
+++ b/src/buffer.c	Fri Nov 24 16:35:22 2006 +0000
@@ -5918,8 +5918,8 @@
 location given by the integer.  Undoing an entry of this form places
 point at POSITION.
 
-nil marks undo boundaries.  The undo command treats the changes
-between two undo boundaries as a single step to be undone.
+Entries with value `nil' mark undo boundaries.  The undo command treats
+the changes between two undo boundaries as a single step to be undone.
 
 If the value of the variable is t, undo information is not recorded.  */);