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

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

Re: insert string at point with emacs-version


From: Robert Pluim
Subject: Re: insert string at point with emacs-version
Date: Tue, 01 Feb 2022 16:53:45 +0100

>>>>> On Tue, 01 Feb 2022 14:24:35 +0000, goncholden via Users list for the GNU 
>>>>> Emacs text editor <help-gnu-emacs@gnu.org> said:

    goncholden> I am looking up documentation for emacs-version. But cannot 
understand the meaning of
    goncholden> If optional argument HERE is non-nil, insert string at point.

`emacs-version' is a function that can be called with 0 or 1
argument. When calling it with 1 argument, that argument is referred
to as "HERE" in the docstring, so in

    (emacs-version t)

"HERE" equals t (and this will insert the emacs version string).

Robert
-- 



reply via email to

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