comparison src/buffer.h @ 20994:4d4daf482e68

Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Fri, 27 Feb 1998 21:55:01 +0000
parents ed9ed828415e
children c26bceb68019
comparison
equal deleted inserted replaced
20993:c87385403522 20994:4d4daf482e68
692 692
693 /* This structure holds the required types for the values in the 693 /* This structure holds the required types for the values in the
694 buffer-local slots. If a slot contains Qnil, then the 694 buffer-local slots. If a slot contains Qnil, then the
695 corresponding buffer slot may contain a value of any type. If a 695 corresponding buffer slot may contain a value of any type. If a
696 slot contains an integer, then prospective values' tags must be 696 slot contains an integer, then prospective values' tags must be
697 equal to that integer. When a tag does not match, the function 697 equal to that integer (except nil is always allowed).
698 buffer_slot_type_mismatch will signal an error. The value Qnil may 698 When a tag does not match, the function
699 always be safely stored in any slot. */ 699 buffer_slot_type_mismatch will signal an error.
700
701 If a slot here contains -1, the corresponding variable is read-only. */
702
700 extern struct buffer buffer_local_types; 703 extern struct buffer buffer_local_types;
701 704
702 extern void reset_buffer P_ ((struct buffer *)); 705 extern void reset_buffer P_ ((struct buffer *));
703 extern void evaporate_overlays P_ ((int)); 706 extern void evaporate_overlays P_ ((int));
704 extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *)); 707 extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *));