emacs-devel
[Top][All Lists]
Advanced

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

Re: seq.el and the complexity of Emacs Lisp.


From: Eli Zaretskii
Subject: Re: seq.el and the complexity of Emacs Lisp.
Date: Mon, 06 Nov 2023 14:28:22 +0200

> From: Richard Stallman <rms@gnu.org>
> Cc: paaguti@gmail.com, emacs-devel@gnu.org
> Date: Sun, 05 Nov 2023 21:27:25 -0500
> 
> I looked at seq.el to try to get an idea what those functions do.  It
> was difficult to get this from the doc strings, because it wasn't
> explicitly stated which ones are for users and which ones are
> internal.

Our convention nowadays is that any function/variable that has 2
dashes after the prefix, in this case seq--SOMETHING, is internal, and
all the others are public.



reply via email to

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