[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: |
Glenn Morris |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110242: * lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message. |
Date: |
Sat, 29 Sep 2012 16:04:45 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Stefan Monnier wrote:
>> - (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.
Which one wants it capitalized? Both uses places it after a semi-colon.
C-h f make-obsolete:
If CURRENT-NAME is a string, that is the `use instead' message
(it should end with a period, and not start with a capital).