bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24923: 25.1; Lisp watchpoints


From: npostavs
Subject: bug#24923: 25.1; Lisp watchpoints
Date: Sun, 20 Nov 2016 12:00:52 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Eli Zaretskii <eliz@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.





reply via email to

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