From b4c4f2f4d1525108a1470bd8f236913af1969938 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 24 Nov 2006 16:35:22 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/buffer.c | 4 ++-- 1 file 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 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. */); -- 2.39.2