emacs-devel
[Top][All Lists]
Advanced

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

Re: Why is FUNC in cl-callf not allowed to be an expression?


From: Michael Heerdegen
Subject: Re: Why is FUNC in cl-callf not allowed to be an expression?
Date: Fri, 24 May 2019 01:02:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Andy Moreton <address@hidden> writes:

> The documentation for `cl-callf' says:
>
>     Set PLACE to (FUNC PLACE ARGS...).
>     FUNC should be an unquoted function name.  PLACE may be a symbol,
>     or any generalized variable allowed by ‘setf’.
>
> Please update this (and `cl-callf2') to show that FUNC can be a lambda.

Done in a564d6e8bb (master).  I didn't touch cl-callf2 because its
docstring only relegates to that of cl-callf.

The manual already lists all cases.  Actually it also explicitly
mentions macro names.  I guess I should add that to the doc string as
well?

Michael.



reply via email to

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