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: Noam Postavsky
Subject: Re: emacs-26: `with-eval-after-load' docstring omission
Date: Thu, 8 Mar 2018 20:00:40 -0500

On Sun, Mar 4, 2018 at 10:39 PM, Stefan Monnier
<address@hidden> wrote:
>> Still, an elaboration on the behavior of ‘with-eval-after-load’ could
>> be useful. Something like: "BODY will be called as a function with no
>> arguments through ‘funcall’."
>
> That can't be the doc: going though funcall is an
> implementation detail.  The doc has to explain the behavior
> independently from how it's implemented.

Does it though (eval-after-load's docstring doesn't seem to)? Maybe we
should just say

    Equivalent to (eval-after-load FILE (lambda () BODY)).



reply via email to

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