comparison src/buffer.c @ 83632:cc587bfd19ca

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--multi-tty--0--patch-21
author Miles Bader <miles@gnu.org>
date Mon, 11 Jun 2007 01:00:07 +0000
parents dc002877ce12 f49a56c237e0
children 0ece58f6e0aa
comparison
equal deleted inserted replaced
83631:7d63b897231b 83632:cc587bfd19ca
6014 &current_buffer->invisibility_spec, Qnil, 6014 &current_buffer->invisibility_spec, Qnil,
6015 doc: /* Invisibility spec of this buffer. 6015 doc: /* Invisibility spec of this buffer.
6016 The default is t, which means that text is invisible 6016 The default is t, which means that text is invisible
6017 if it has a non-nil `invisible' property. 6017 if it has a non-nil `invisible' property.
6018 If the value is a list, a text character is invisible if its `invisible' 6018 If the value is a list, a text character is invisible if its `invisible'
6019 property is an element in that list. 6019 property is an element in that list (or is a list with members in common).
6020 If an element is a cons cell of the form (PROP . ELLIPSIS), 6020 If an element is a cons cell of the form (PROP . ELLIPSIS),
6021 then characters with property value PROP are invisible, 6021 then characters with property value PROP are invisible,
6022 and they have an ellipsis as well if ELLIPSIS is non-nil. */); 6022 and they have an ellipsis as well if ELLIPSIS is non-nil. */);
6023 6023
6024 DEFVAR_PER_BUFFER ("buffer-display-count", 6024 DEFVAR_PER_BUFFER ("buffer-display-count",