emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 9fbff9c: ; * src/buffer.c: Fix comment describing 'buffer_defau


From: Eli Zaretskii
Subject: emacs-27 9fbff9c: ; * src/buffer.c: Fix comment describing 'buffer_defaults'.
Date: Mon, 30 Nov 2020 13:42:54 -0500 (EST)

branch: emacs-27
commit 9fbff9c35cb4a6c5099178d6c712690ea4614d6a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/buffer.c: Fix comment describing 'buffer_defaults'.
---
 src/buffer.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index 5433c80..f252f3d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]