mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Fix count of no-op functions (bug#68375)
It looks like there are actually three kinds of no-op functions. * doc/lispref/functions.texi (Calling Functions): Fix count and plural of no-op functions. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
0c01f97b73
commit
99efe5c80f
1 changed files with 2 additions and 2 deletions
|
|
@ -980,8 +980,8 @@ lists) and call them using @code{funcall} or @code{apply}. Functions
|
||||||
that accept function arguments are often called @dfn{functionals}.
|
that accept function arguments are often called @dfn{functionals}.
|
||||||
|
|
||||||
Sometimes, when you call a functional, it is useful to supply a no-op
|
Sometimes, when you call a functional, it is useful to supply a no-op
|
||||||
function as the argument. Here are two different kinds of no-op
|
function as the argument. Here are three different kinds of no-op
|
||||||
function:
|
functions:
|
||||||
|
|
||||||
@defun identity argument
|
@defun identity argument
|
||||||
This function returns @var{argument} and has no side effects.
|
This function returns @var{argument} and has no side effects.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue