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

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

Re: Referencing variables beginning with an asterisk in docstrings broke


From: Stefan Monnier
Subject: Re: Referencing variables beginning with an asterisk in docstrings broken?
Date: Sat, 27 Aug 2016 21:55:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> I’d like to adhere to the Common Lisp convention of naming special
> variables in my elisp code, yet if I do so, I cannot seem to reference
> them in docstrings.
> Is this behaviour a bug?

Probably a bug, but do note that Elisp is not Common-Lisp, so I strongly
recommend you follow the Elisp convention of using a "<pkg>-" prefix
instead of using asterisks for global variables.


        Stefan




reply via email to

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