From 454ed28e302493d678d2306b908c9542a8491daa Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Tue, 2 Jan 2024 16:31:30 -0800 Subject: [PATCH 5/6] Fix count of no-op functions 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. --- doc/lispref/functions.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 29e9f04a076..6c6f1e25917 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -982,8 +982,8 @@ lists) and call them using @code{funcall} or @code{apply}. Functions that accept function arguments are often called @dfn{functionals}. 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: +function as the argument. Here are three different kinds of no-op +functions: @defun identity argument This function returns @var{argument} and has no side effects. -- 2.39.2