bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21225: 25.0.50; doc strings of `define-obsolete-*'


From: Stefan Monnier
Subject: bug#21225: 25.0.50; doc strings of `define-obsolete-*'
Date: Tue, 11 Aug 2015 12:07:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> The doc (doc strings and manual) should make clear that the args
>> are evaluated.  This is not obvious, as these are macros.
> Yes please. Everytime I use these I have to manually check their
> behavior because I'm never sure just by reading the docstring.

Maybe a better fix is to turn them into functions (which basically
means, to add special support for them in the byte-compiler, since
that's the only reason they're defined as macros, AFAIK).


        Stefan





reply via email to

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