[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99829: * help.el (describe-mode
From: |
Juanma Barranquero |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99829: * help.el (describe-mode): Return nil (for IELM's sake). |
Date: |
Mon, 5 Apr 2010 20:23:31 +0200 |
On Mon, Apr 5, 2010 at 15:55, Stefan Monnier <address@hidden> wrote:
> Here's a prime example of what I sent yesterday: if you think about it,
> the "for IELM's sake" part of the comment would be very welcome in the
> code, so that's where it should be instead of in the ChangeLog.
Hm, I'm not sure. I changed it for IELM's sake, but any code that
calls the function and returns its result is going to benefit from it.
There's nothing *specifically* IEMLy in returning nil.
Juanma