Mercurial > emacs
changeset 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 | 00ca14dca743 |
children | ccff63c8ae4c |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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. */);