]> git.eshelyaron.com Git - emacs.git/commit
Document use of calln in C code in internals.texi
authorStefan Kangas <stefankangas@gmail.com>
Sun, 19 Jan 2025 11:44:05 +0000 (12:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 15:59:02 +0000 (16:59 +0100)
commit0b1ad96b1a79bb80970db621e7c7a13da3ddf5c1
tree66f666592fdcb9a6a0331bfcc99f06dd5bda775f
parent7ee516f7d89498a187f86f0e4c84128870032aab
Document use of calln in C code in internals.texi

* doc/lispref/internals.texi
(Writing Emacs Primitives): Don't recommend `call0`, `call1`, etc.
Instead recommend `calln`, which covers all of those use cases.

(cherry picked from commit 7362f9f75d5aca1c97f920531dd62763918ba5fe)
doc/lispref/internals.texi