changeset 20994:4d4daf482e68

Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Fri, 27 Feb 1998 21:55:01 +0000
parents c87385403522
children abc60038dd2b
files src/buffer.h
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Fri Feb 27 21:52:27 1998 +0000
+++ b/src/buffer.h	Fri Feb 27 21:55:01 1998 +0000
@@ -694,9 +694,12 @@
    buffer-local slots.  If a slot contains Qnil, then the
    corresponding buffer slot may contain a value of any type.  If a
    slot contains an integer, then prospective values' tags must be
-   equal to that integer.  When a tag does not match, the function
-   buffer_slot_type_mismatch will signal an error.  The value Qnil may
-   always be safely stored in any slot.  */
+   equal to that integer (except nil is always allowed).
+   When a tag does not match, the function
+   buffer_slot_type_mismatch will signal an error.
+
+   If a slot here contains -1, the corresponding variable is read-only.  */
+
 extern struct buffer buffer_local_types;
 
 extern void reset_buffer P_ ((struct buffer *));