]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/parsing.texi (Pattern Matching): Fix markup in @example.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jan 2025 07:22:39 +0000 (09:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 Jan 2025 22:03:23 +0000 (23:03 +0100)
(cherry picked from commit 17d9c22b801783ed02e60c297d4af7abdd031c74)

doc/lispref/parsing.texi

index 22186d44400b967e8462531f9ce93013cf269d90..bd8b0b1f561ca4f82fa544d52cc26d10bd56aabb 100644 (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