emacs-devel
[Top][All Lists]
Advanced

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

Re: mentioning variable aliases in `describe-variable'


From: Juanma Barranquero
Subject: Re: mentioning variable aliases in `describe-variable'
Date: Wed, 17 Jul 2002 10:02:49 +0200

On Tue, 16 Jul 2002 21:04:45 -0600 (MDT), Richard Stallman <address@hidden> 
wrote:

> Perhaps the best thing is simply to tell the user how to put in the
> arglist info when making an alias for a builtin function.  That is
> definitely a simple method.

I agree; it is much better than doing obscure tricks in `defalias', IMO.
But it'd be also necessary to modify `help-split-fundoc' to allow for a
different function name in the arglist info, so you can say:

(defalias 'get-item
          'aref
          "Return TABLE[INDEX].\n(get-item TABLE INDEX)")

and get the arglist info (now you don't).





                                                           /L/e/k/t/u




reply via email to

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