all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71043: 30.0.50; Typo in lispref/parsing.texi
@ 2024-05-18 17:59 Takesi Ayanokoji
  2024-05-18 18:34 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Takesi Ayanokoji @ 2024-05-18 17:59 UTC (permalink / raw)
  To: 71043


[-- Attachment #1.1: Type: text/plain, Size: 185 bytes --]

Hello,


The manual says 'node'(
https://git.savannah.gnu.org/cgit/emacs.git/tree/doc/lispref/parsing.texi#n777),
but guessing from docstring, could this be a typo for 'none'?

Thanks,

[-- Attachment #1.2: Type: text/html, Size: 433 bytes --]

[-- Attachment #2: bugreport-master-20240519.patch --]
[-- Type: application/octet-stream, Size: 585 bytes --]

diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index f79502f3bab..ae486cc0bf0 100644
--- a/doc/lispref/parsing.texi
+++ b/doc/lispref/parsing.texi
@@ -773,7 +773,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}

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71043: 30.0.50; Typo in lispref/parsing.texi
  2024-05-18 17:59 bug#71043: 30.0.50; Typo in lispref/parsing.texi Takesi Ayanokoji
@ 2024-05-18 18:34 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2024-05-18 18:34 UTC (permalink / raw)
  To: Takesi Ayanokoji, 71043-done

Takesi Ayanokoji <ayanokoji.takesi@gmail.com> writes:

> The manual says 'node'(
> https://git.savannah.gnu.org/cgit/emacs.git/tree/doc/lispref/parsing.texi#n777),
> but guessing from docstring, could this be a typo for 'none'?

Thanks, fixed on master, and closing the bug.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-18 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 17:59 bug#71043: 30.0.50; Typo in lispref/parsing.texi Takesi Ayanokoji
2024-05-18 18:34 ` Stefan Kangas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.