]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/buffer.c: Fix comment describing 'buffer_defaults'.
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Nov 2020 18:42:06 +0000 (20:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Nov 2020 18:42:06 +0000 (20:42 +0200)
src/buffer.c

index 5433c80edb0f4d38d9d4d94bb590bf6ebb83d532..f252f3d7ebfac7d81160e6f78bccf7aa73ae5877 100644 (file)
@@ -67,8 +67,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)