emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v
Date: Sat, 09 Jun 2007 03:19:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/06/09 03:19:04

Index: src/buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.526
retrieving revision 1.527
diff -u -b -r1.526 -r1.527
--- src/buffer.c        13 Apr 2007 12:52:00 -0000      1.526
+++ src/buffer.c        9 Jun 2007 03:19:02 -0000       1.527
@@ -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.  */);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]