# HG changeset patch # User Richard M. Stallman # Date 1180655239 0 # Node ID f49a56c237e06fcaad1c19c65b935101fb32a77c # Parent d25c6bb2bd7d0d8ef646e96b402030cc5a9e7ef7 (syms_of_buffer): Doc fix. diff -r d25c6bb2bd7d -r f49a56c237e0 src/buffer.c --- 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. */);