]> git.eshelyaron.com Git - emacs.git/commit
Tweak doc w.r.t to "void function" (bug#73886)
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 Oct 2024 18:52:25 +0000 (14:52 -0400)
committerEshel Yaron <me@eshelyaron.com>
Tue, 5 Nov 2024 11:05:20 +0000 (12:05 +0100)
commiteab5957cca04a27f4b4224ffc1f650e7dbd4909f
tree7f7cf0104e04353c3c4b3c01fb17443bc2a0c210
parent7c839437afc3e48ea413a320d168a62fb38fb83c
Tweak doc w.r.t to "void function" (bug#73886)

* doc/lispref/functions.texi (Function Cells): Avoid talking
about the function cell being void.

* src/data.c (Fboundp, Ffmakunbound, Fsymbol_function):
Don't suggest that "void" can be considered as a kind of value.

(cherry picked from commit 9e1abf11fc1c3285cfa631ec71f3836d54e2c8d8)
doc/lispref/functions.texi
src/data.c