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 [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v [EMACS_22_BASE]
Date: Thu, 31 May 2007 23:47:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/05/31 23:47:20

Index: buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.526
retrieving revision 1.526.2.1
diff -u -b -r1.526 -r1.526.2.1
--- buffer.c    13 Apr 2007 12:52:00 -0000      1.526
+++ buffer.c    31 May 2007 23:47:19 -0000      1.526.2.1
@@ -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]