projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96f64c1
)
; Fix typo (Bug#71043)
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 18 May 2024 18:33:16 +0000
(20:33 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 18 May 2024 18:33:16 +0000
(20:33 +0200)
doc/lispref/parsing.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/parsing.texi
b/doc/lispref/parsing.texi
index 1d94b1c6253520d244b8c436e7c63a5e4b52c56c..1bc0acfacd08eee4d6f8670c9cd4bc22cc2c6e87 100644
(file)
--- 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 no
d
e
+This function returns the first node that matches, or @code{nil} if no
n
e
matches @var{predicate}.
By default, this function only traverses named nodes, but if @var{all}