comparison src/buffer.c @ 90918:e9f94688a064

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
author Miles Bader <miles@gnu.org>
date Mon, 11 Jun 2007 00:58:11 +0000
parents e6fdae9180d4 f49a56c237e0
children 3371fc48749b
comparison
equal deleted inserted replaced
90917:9f1c3e957d3e 90918:e9f94688a064
6000 &current_buffer->invisibility_spec, Qnil, 6000 &current_buffer->invisibility_spec, Qnil,
6001 doc: /* Invisibility spec of this buffer. 6001 doc: /* Invisibility spec of this buffer.
6002 The default is t, which means that text is invisible 6002 The default is t, which means that text is invisible
6003 if it has a non-nil `invisible' property. 6003 if it has a non-nil `invisible' property.
6004 If the value is a list, a text character is invisible if its `invisible' 6004 If the value is a list, a text character is invisible if its `invisible'
6005 property is an element in that list. 6005 property is an element in that list (or is a list with members in common).
6006 If an element is a cons cell of the form (PROP . ELLIPSIS), 6006 If an element is a cons cell of the form (PROP . ELLIPSIS),
6007 then characters with property value PROP are invisible, 6007 then characters with property value PROP are invisible,
6008 and they have an ellipsis as well if ELLIPSIS is non-nil. */); 6008 and they have an ellipsis as well if ELLIPSIS is non-nil. */);
6009 6009
6010 DEFVAR_PER_BUFFER ("buffer-display-count", 6010 DEFVAR_PER_BUFFER ("buffer-display-count",