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:35:03 +0200

On Mon, 10 May 2004 19:11:49 +0200, Juanma Barranquero <address@hidden> wrote:

>   (function ARG1 &optional ARG2)

Obviously I meant

   (function ARG1 &rest ARG2)

Grrr...

Anyway, although what you propose works:

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

...I think "the thing to do" would be to fix help-make-usage. That's the
whole point in having a help function to build arglist info for
emacs-lisp/cl*.el modules, or else it would've sufficed
to add \(fn ...) to every cl-related function.

I'll put it in my TODO list, low-priority... :)

                                                           /L/e/k/t/u





reply via email to

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