Mercurial > emacs
comparison src/buffer.c @ 77843:f49a56c237e0
(syms_of_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 31 May 2007 23:47:19 +0000 |
| parents | 421b3f5480da |
| children | 69559cc5606f cc587bfd19ca e9f94688a064 |
comparison
equal
deleted
inserted
replaced
| 77842:d25c6bb2bd7d | 77843:f49a56c237e0 |
|---|---|
| 5984 ¤t_buffer->invisibility_spec, Qnil, | 5984 ¤t_buffer->invisibility_spec, Qnil, |
| 5985 doc: /* Invisibility spec of this buffer. | 5985 doc: /* Invisibility spec of this buffer. |
| 5986 The default is t, which means that text is invisible | 5986 The default is t, which means that text is invisible |
| 5987 if it has a non-nil `invisible' property. | 5987 if it has a non-nil `invisible' property. |
| 5988 If the value is a list, a text character is invisible if its `invisible' | 5988 If the value is a list, a text character is invisible if its `invisible' |
| 5989 property is an element in that list. | 5989 property is an element in that list (or is a list with members in common). |
| 5990 If an element is a cons cell of the form (PROP . ELLIPSIS), | 5990 If an element is a cons cell of the form (PROP . ELLIPSIS), |
| 5991 then characters with property value PROP are invisible, | 5991 then characters with property value PROP are invisible, |
| 5992 and they have an ellipsis as well if ELLIPSIS is non-nil. */); | 5992 and they have an ellipsis as well if ELLIPSIS is non-nil. */); |
| 5993 | 5993 |
| 5994 DEFVAR_PER_BUFFER ("buffer-display-count", | 5994 DEFVAR_PER_BUFFER ("buffer-display-count", |
