; * doc/lispref/parsing.texi (Pattern Matching): Fix markup in @example.

This commit is contained in:
Eli Zaretskii 2025-01-18 09:22:39 +02:00
parent d6151e9da5
commit 17d9c22b80

View file

@ -1559,8 +1559,8 @@ later renamed it to @code{(function_definition)}, a Lisp program can use
@example
@group
(treesit-query-first-valid 'lang
'((defun) @defun)
'((function_definition) @defun))
'((defun) @@defun)
'((function_definition) @@defun))
@end group
@end example