From: Karl Heuer Date: Fri, 27 Feb 1998 21:55:01 +0000 (+0000) Subject: Fix comment. X-Git-Tag: emacs-20.3~2080 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f00008bc57ee23154ca8d3cd9543810eaf544a82;p=emacs.git Fix comment. --- diff --git a/src/buffer.h b/src/buffer.h index 0b775765fa9..a26e6325aac 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -694,9 +694,12 @@ extern struct buffer buffer_local_symbols; 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 *));