]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 31 May 2007 23:47:25 +0000 (23:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 31 May 2007 23:47:25 +0000 (23:47 +0000)
src/ChangeLog
src/buffer.c

index dc8d4a38845f1957029dba45b3eb60c80d1c34c6..b86faf17b8b331a6a73a620ae4afced6d3a011a3 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-31  Richard Stallman  <rms@gnu.org>
+
+       * buffer.c (syms_of_buffer): Doc fix.
+
 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
index ba23cc6ae3317f9afacb329e675bf408ca914091..94955ed7c24de6d29ff160ce2c58ac2bc6fbe28c 100644 (file)
@@ -5986,7 +5986,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.  */);