emacs-devel
[Top][All Lists]
Advanced

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

Re: doc string of `local-variable-if-set-p'


From: Stefan
Subject: Re: doc string of `local-variable-if-set-p'
Date: Wed, 13 Oct 2004 13:35:50 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> (1) Non-nil if VARIABLE will be local in buffer BUFFER if it is set there.

It may not be the clearest way to say it, but it sounds correct to me.
If I add parentheses to help parsing:

  Non-nil if (VARIABLE will be local in buffer BUFFER if it is set there)

I.e. in the case that VARIABLE is set in BUFFER, the VARIABLE will be local
iff the function returns non-nil.


        Stefan




reply via email to

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