summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-12-01 07:50:12 -0800
committerGlenn Morris <rgm@gnu.org>2020-12-01 07:50:12 -0800
commit45f0fef718a77dfcef105fb7a44c7422b44d5db1 (patch)
tree16bfa15c4309ea6184e94bc50669928638973760 /src/buffer.c
parent23d206b03b20e0221ab34e32a93ee910177bcd46 (diff)
parent749e4b7e0b04948f4805455e9505c6b855a84c96 (diff)
downloademacs-45f0fef718a77dfcef105fb7a44c7422b44d5db1.tar.gz
Merge from origin/emacs-27
749e4b7e0b Reset xref-show-xrefs-function temporarily 3e6525d69f Don't show in 'view-lossage' responses to xterm feature qu... 9fbff9c35c ; * src/buffer.c: Fix comment describing 'buffer_defaults'.
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;
/* This structure marks which slots in a buffer have corresponding
default values in buffer_defaults.
- Each such slot has a nonzero value in this structure.
- The value has only one nonzero bit.
+ Each such slot has a value in this structure.
+ 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,
the entry for that slot (found in the same slot in this structure)