[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Declaring Lisp function types
From: |
Eli Zaretskii |
Subject: |
Re: Declaring Lisp function types |
Date: |
Thu, 02 May 2024 19:32:03 +0300 |
> From: Andrea Corallo <acorallo@gnu.org>
> Cc: emacs-devel@gnu.org, stefankangas@gmail.com, adam@alphapapa.net,
> monnier@iro.umontreal.ca, arthur.miller@live.com
> Date: Thu, 02 May 2024 11:18:03 -0400
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > Thanks. I still have a few minor comments below, but we can handle
> > these after this lands on master.
>
> Hi Eli,
>
> I've addressed your suggestions (hope I'm not missing something) and
> pushed the merge to master.
Thanks.
> Happy to improve it (or see it improved) further there if necessary.
I made a couple of minor copyedits.
> I just left this out:
>
> > Suggest to reword:
> >
> > It is now possible to declare the expected type of a function's
> > arguments using the 'declare' macro.
>
> as is not just about input arguments but also return type.
I fixed that as well.
> PS thanks for the review, it has improved my texinfo skills 😀🚀.
That was the goal ;-)