bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#31311: 27.0; doc of `pcase'


From: Michael Heerdegen
Subject: bug#31311: 27.0; doc of `pcase'
Date: Sun, 25 Aug 2019 14:56:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi,

one thing I want to improve in the current docstring is the following
detail:

FUN in `pred' and `app' can take one of the forms:
  SYMBOL  or  (lambda ARGS BODY)
     call it with one argument
[...]

This doesn't tell which binding of SYMBOL is used (value vs. function
binding), but I think it should.  AFAICT only the function binding
matters, so we just could say "FBOUND-SYMBOL" instead of "SYMBOL".  Or
something better?

Thanks, Michael.






reply via email to

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