From 92923fcd4f6dadff2e6ffeb9d5613ed33754e68f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 18 May 2024 20:33:16 +0200 Subject: [PATCH] ; Fix typo (Bug#71043) (cherry picked from commit bffa00bcbcf027e152b7cdd4cbcadfd600f87ea9) --- doc/lispref/parsing.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 1d94b1c6253..1bc0acfacd0 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -774,7 +774,7 @@ symbol or thing definition (@pxref{User-defined Things}). Using an undefined thing doesn't raise an error, the function simply returns @code{nil}. -This function returns the first node that matches, or @code{nil} if node +This function returns the first node that matches, or @code{nil} if none matches @var{predicate}. By default, this function only traverses named nodes, but if @var{all} -- 2.39.5