GNU bug report logs -
#24923
Lisp watchpoints
Previous Next
Reported by: npostavs <at> users.sourceforge.net
Date: Fri, 11 Nov 2016 03:11:02 UTC
Severity: wishlist
Tags: fixed, patch
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #42 received at 24923 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> @@ -1233,13 +1233,14 @@ DEFUN ("set", Fset, Sset, 2, 2, 0,
>> If buffer/frame-locality is an issue, WHERE specifies which context to use.
>> (nil stands for the current buffer/frame).
>>
>> - If BINDFLAG is false, then if this symbol is supposed to become
>> - local in every buffer where it is set, then we make it local.
>> - If BINDFLAG is true, we don't do that. */
>> + If BINDFLAG is SET_INTERNAL_SET, then if this symbol is supposed to
>> + become local in every buffer where it is set, then we make it
>> + local. If BINDFLAG is SET_INTERNAL_BIND or SET_INTERNAL_UNBIND, we
>> + don't do that. */
>
> What are those SET_INTERNAL_* values? They are numbers, right? Then
> they should be described as such in the doc string.
They're enum values. Perhaps you were confused by the hunk header?
That's not a doc string, it's the comment on set_internal, a C function.
This bug report was last modified 8 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.