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

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

Re: [External] : Supplying DOC string in a `defun' using `defvar'


From: Stefan Monnier
Subject: Re: [External] : Supplying DOC string in a `defun' using `defvar'
Date: Tue, 01 Jun 2021 11:38:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> my-fun is an interactive Lisp function in ‘gungadin.el’.
>
> (my-fun X)
>
> Not documented.

You most likely used the old dynamically scoped ELisp dialect.
In Emacs-28 you should see in the modeline "ELisp/d" where the "/d" is
highlighted in orange to bring your attention to your use of that old
dialect and encourage you to change it (e.g. by clicking on it).


        Stefan




reply via email to

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