summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-06-11 01:00:07 +0000
committerMiles Bader <miles@gnu.org>2007-06-11 01:00:07 +0000
commit2227770113676a5dff08b03e8589c7efb7c276cc (patch)
tree67b6d92fb47d44461ea039d193bb737ae82d194f /src/buffer.c
parent28a55b9bbba2fcf4e7f09e4679be3877e6bd9013 (diff)
parent04ae5fe6d61246a69499efe88b4a004a397059a1 (diff)
downloademacs-2227770113676a5dff08b03e8589c7efb7c276cc.tar.gz
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
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 15cb9f29356..dee7b04190a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6016,7 +6016,7 @@ same format as a regular save would use. */);
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. */);