# HG changeset patch # User Juanma Barranquero # Date 1164386122 0 # Node ID 6e1dfb25e826f422da6abd8150d845d11fc6f427 # Parent 00ca14dca7434c263d061e486534833f5cf49312 (syms_of_buffer) : Doc fix. diff -r 00ca14dca743 -r 6e1dfb25e826 src/buffer.c --- 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. */);