emacs-devel
[Top][All Lists]
Advanced

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

Re: eldoc hint for dolist is confusing


From: Glenn Morris
Subject: Re: eldoc hint for dolist is confusing
Date: Fri, 23 Jan 2009 19:52:11 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Liang Wang wrote:

> Eldoc hint for dolist in GNU Emacs 23.0.60 is
>
>     dolist: VAR LIST RESULT BODY...
>
> It's confusing for me.
>
> I like the one in Emacs 22.  It looks like:
>
>     dolist: ((VAR LIST [RESULT]) BODY...)
>
> Is this change intentionally?  Or a bug?

It seems to be due to this?

2007-09-26  Juanma Barranquero  <address@hidden>

   * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
   Deal with the case that special &keywords are at the
   beginning or end of the argument list.  Also add some (incomplete)
   support for non-standard arglists.




reply via email to

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