[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110242: * lisp/emacs-lisp/cl.el
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110242: * lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message. |
Date: |
Fri, 28 Sep 2012 22:18:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
> - (obsolete "Use either `cl-flet' or `cl-letf'." "24.3"))
> + (obsolete "use either `cl-flet' or `cl-letf'." "24.3"))
IIRC this string is used in 2 different contexts (byte-compilation, and
C-h f), one of which really wants it capitalized, whereas the other is
better without capitalization but is acceptable (in my eyes)
with capitalization.
Stefan
- Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110242: * lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.,
Stefan Monnier <=