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

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

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


From: Christopher Dimech
Subject: [External] : Supplying DOC string in a `defun' using `defvar'
Date: Wed, 2 Jun 2021 00:43:04 +0200

> Sent: Wednesday, June 02, 2021 at 10:39 AM
> From: "Michael Heerdegen" <michael_heerdegen@web.de>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Drew Adams" <drew.adams@oracle.com>, "help-gnu-emacs" 
> <help-gnu-emacs@gnu.org>
> Subject: Re: [External] : Supplying DOC string in a `defun' using `defvar'
>
> Christopher Dimech <dimech@gmx.com> writes:
> 
> > > > > (defun my-fun (x)
> > > > >   (:documentation my-doc)
> > > > >   (+ x 42))
> 
> > I have used emacs-27.1 and emacs-28.0.50.  Doing "C-h f my-fun"
> > gives
> >
> > --------
> >
> > my-fun is an interactive Lisp function in ‘gungadin.el’.
> >
> > (my-fun X)
> >
> > Not documented.
> 
> Seems that syntax is only meaningful in lexically binding Elisp.

Is there no syntax that works for dynamic and lexical binding?
 
> Michael.
>



reply via email to

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