emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-26: `with-eval-after-load' docstring omission


From: Clément Pit-Claudel
Subject: Re: emacs-26: `with-eval-after-load' docstring omission
Date: Tue, 27 Feb 2018 15:40:36 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 2018-02-23 09:16, Noam Postavsky wrote:
> On Fri, Feb 23, 2018 at 8:42 AM, Vicente Vera <address@hidden> wrote:
> 
>> Currently, ‘with-eval-after-load’ docstring doesn't mention that BODY
>> is executed as a lambda expression through funcall. The docstrings
>> refers to ‘eval-after-load’ regarding the FILE argument, but not how
>> BODY is executed.
> 
> Isn't that an irrelevant implementation detail? I don't see why it
> should be documented.

It is relevant, because the behavior isn't the same as 'eval'-ing a quoted 
form. 

But I don't think the documentation should be fixed; instead, I think the 
behavior should be changed :)



reply via email to

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