]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo (Bug#71043)
authorStefan Kangas <stefankangas@gmail.com>
Sat, 18 May 2024 18:33:16 +0000 (20:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 May 2024 19:12:42 +0000 (21:12 +0200)
(cherry picked from commit bffa00bcbcf027e152b7cdd4cbcadfd600f87ea9)

doc/lispref/parsing.texi

index 1d94b1c6253520d244b8c436e7c63a5e4b52c56c..1bc0acfacd08eee4d6f8670c9cd4bc22cc2c6e87 100644 (file)
@@ -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}