[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Document `&key'
From: |
Stefan Monnier |
Subject: |
Re: Document `&key' |
Date: |
Mon, 09 May 2016 16:04:07 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> I stumbled upon the following function definition in a help buffer:
> (should-error FORM &rest KEYS &key TYPE EXCLUDE-SUBTYPES)
> It would be helpful to have some help in the manual about `&key'. I
> more or less understand what it means after searching for
> `should-error' uses, but it would help if it was documented next to
> `&rest' and `&optional'. I presume it is a CL extension?
It's an extension from cl-lib, so it's not part of Emacs Lisp itself.
It's documented in the CL manual.
Stefan
- Document `&key', Paul Pogonyshev, 2016/05/09
- Re: Document `&key',
Stefan Monnier <=