diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 9 |
1 files changed, 6 insertions, 3 deletions
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; | |||
| 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 *)); |