emacs-devel
[Top][All Lists]
Advanced

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

Re: Obtaining a database of new functionality per Emacs version


From: Stefan Monnier
Subject: Re: Obtaining a database of new functionality per Emacs version
Date: Mon, 07 Dec 2020 14:54:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> The version info displayed in `C-h o` comes from the NEWS files.
>> It's indeed approximate but I've found it surprisingly usable so far.
> Hm, I couldn't find any evidence of it using it for functions, for
> example `seq-first` which according to NEWS has been added in 27.1.

I just tried it with Emacs's `master` and `C-h o seq-first RET` tells me:

    seq-first is a compiled Lisp function in ‘seq.el’.
    
    (seq-first SEQUENCE)
    
      Other relevant functions are documented in the sequence group.
      Probably introduced at or before Emacs version 27.1.
    
    Return the first element of SEQUENCE.


-- Stefan




reply via email to

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