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

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

Re: Lisp error on function :documentation


From: Michael Heerdegen
Subject: Re: Lisp error on function :documentation
Date: Mon, 17 Oct 2022 03:15:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Heime <heimeborgia@protonmail.com> writes:

> Thusly the only real solution is to call the "(put" part after
> defining the function.

The :documentation thing is a kind of declaration.  That `put' is just
Elisp (code) - an expression.  If it's part of other code it's only
evaluated whenever you evaluate that code (call the function, in this
case).

Michael.



reply via email to

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