From b49dd850ddd36be2d5bf966f98da2d005353799b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 31 May 2007 23:47:25 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/ChangeLog | 4 ++++ src/buffer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index dc8d4a38845..b86faf17b8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-05-31 Richard Stallman + + * buffer.c (syms_of_buffer): Doc fix. + 2007-05-28 YAMAMOTO Mitsuharu * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t diff --git a/src/buffer.c b/src/buffer.c index ba23cc6ae33..94955ed7c24 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5986,7 +5986,7 @@ same format as a regular save would use. */); The default is t, which means that text is invisible if it has a non-nil `invisible' property. If the value is a list, a text character is invisible if its `invisible' -property is an element in that list. +property is an element in that list (or is a list with members in common). If an element is a cons cell of the form (PROP . ELLIPSIS), then characters with property value PROP are invisible, and they have an ellipsis as well if ELLIPSIS is non-nil. */); -- 2.39.5