emacs-devel
[Top][All Lists]
Advanced

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

Re: Weird &key arglists in ibuf-macs.el


From: Juanma Barranquero
Subject: Re: Weird &key arglists in ibuf-macs.el
Date: Mon, 10 May 2004 19:11:49 +0200

On Mon, 10 May 2004 16:11:08 +0100, Lawrence Mitchell <address@hidden> wrote:

> It is legal, see section 3.4.4.1 of the hyperspec <URL:
> http://www.lispworks.com/reference/HyperSpec/Body/03_dda.htm>.

Ah, very interesting, thanks.

> The thing to do here is to explicitly write the arglist in the
> end of the docstring.

Yes, I've seen (and sometimes, added) a few of these, mostly in cases
where

  (function ARG1 &optional ARG2)

is better explained as

  (function ARG1 ARG2 [OTHERARGS]...)

                                                           /L/e/k/t/u





reply via email to

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