emacs-devel
[Top][All Lists]
Advanced

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

Re: master baf1a7a4a0: Turn gv-synthetic-place into a function


From: Michael Heerdegen
Subject: Re: master baf1a7a4a0: Turn gv-synthetic-place into a function
Date: Fri, 23 Sep 2022 11:41:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:


> > I'd prefer
> > 
> >  -- Macro: setf [gv val]...
> >      This macro evaluates VAL and stores it in GV, which must be a
> >      valid generalized variable form.  If there are several GV and
> >      VAL pairs, the assignments are done sequentially just as with
> >      ‘setq’.  ‘setf’ returns the value of the last VAL.
>
> VAL stands for "value", and talking about "evaluating a value" makes
> little sense, IMO.

Indeed.

>  How about
>
>   This macro evaluates FORM and stores its value in PLACE, ...

We could also say (a bit more similar to the first sentence of the
`setq' docstring):

  -- Macro: setf [gv val]...
      Set each place described by the generalized variable GV to its VAL.
      ...

Michael.




reply via email to

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