mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 22:20:51 +00:00
; * src/buffer.c: Fix comment describing 'buffer_defaults'.
This commit is contained in:
parent
9e0085064b
commit
9fbff9c35c
1 changed files with 3 additions and 2 deletions
|
@ -67,8 +67,9 @@ struct buffer buffer_defaults;
|
||||||
|
|
||||||
/* This structure marks which slots in a buffer have corresponding
|
/* This structure marks which slots in a buffer have corresponding
|
||||||
default values in buffer_defaults.
|
default values in buffer_defaults.
|
||||||
Each such slot has a nonzero value in this structure.
|
Each such slot has a value in this structure.
|
||||||
The value has only one nonzero bit.
|
The value is a positive Lisp integer that must be smaller than
|
||||||
|
MAX_PER_BUFFER_VARS.
|
||||||
|
|
||||||
When a buffer has its own local value for a slot,
|
When a buffer has its own local value for a slot,
|
||||||
the entry for that slot (found in the same slot in this structure)
|
the entry for that slot (found in the same slot in this structure)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue