diff options
| author | Stefan Kangas | 2024-05-18 20:33:16 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-05-18 20:33:16 +0200 |
| commit | bffa00bcbcf027e152b7cdd4cbcadfd600f87ea9 (patch) | |
| tree | 295d44f2ab302ac510b54fa98893417670edbb9c | |
| parent | 96f64c156c6b76ba02232179ad76ace04a92ed06 (diff) | |
| download | emacs-bffa00bcbcf027e152b7cdd4cbcadfd600f87ea9.tar.gz emacs-bffa00bcbcf027e152b7cdd4cbcadfd600f87ea9.zip | |
; Fix typo (Bug#71043)
| -rw-r--r-- | doc/lispref/parsing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 774 | undefined thing doesn't raise an error, the function simply returns | 774 | undefined thing doesn't raise an error, the function simply returns |
| 775 | @code{nil}. | 775 | @code{nil}. |
| 776 | 776 | ||
| 777 | This function returns the first node that matches, or @code{nil} if node | 777 | This function returns the first node that matches, or @code{nil} if none |
| 778 | matches @var{predicate}. | 778 | matches @var{predicate}. |
| 779 | 779 | ||
| 780 | By default, this function only traverses named nodes, but if @var{all} | 780 | By default, this function only traverses named nodes, but if @var{all} |