changeset 77843:f49a56c237e0

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 31 May 2007 23:47:19 +0000
parents d25c6bb2bd7d
children 657d03f1dc77
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Thu May 31 21:11:47 2007 +0000
+++ b/src/buffer.c	Thu May 31 23:47:19 2007 +0000
@@ -5986,7 +5986,7 @@
 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.  */);