aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 360dd348e05..4215acbf1df 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -62,8 +62,9 @@ struct buffer buffer_defaults;
62 62
63/* This structure marks which slots in a buffer have corresponding 63/* This structure marks which slots in a buffer have corresponding
64 default values in buffer_defaults. 64 default values in buffer_defaults.
65 Each such slot has a nonzero value in this structure. 65 Each such slot has a value in this structure.
66 The value has only one nonzero bit. 66 The value is a positive Lisp integer that must be smaller than
67 MAX_PER_BUFFER_VARS.
67 68
68 When a buffer has its own local value for a slot, 69 When a buffer has its own local value for a slot,
69 the entry for that slot (found in the same slot in this structure) 70 the entry for that slot (found in the same slot in this structure)