[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] emacs-25 d7973e8: Document 'default-toplevel-value' an
From: |
Eli Zaretskii |
Subject: |
Re: [Emacs-diffs] emacs-25 d7973e8: Document 'default-toplevel-value' and 'set-default-toplevel-value' |
Date: |
Tue, 27 Dec 2016 09:11:32 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: Eli Zaretskii <address@hidden>
> Date: Mon, 26 Dec 2016 20:34:40 -0500
>
> > + A variable can be let-bound (@pxref{Local Variables}) to a
> > +non-default value; in that case, @code{default-value} will return the
>
> Not sure what "non-default" means here, nor why it's needed.
>
> > +value from that binding, not the global value, and @code{set-default}
> > +will be prevented from setting the global value.
>
> Not only `set-default` doesn't set the global value, but it will modify
> the let binding (the way it's written could be mis-understood to mean
> that in those circumstances, `set-default` will just do nothing).
Thanks for the review, I fixed the text there.