From f6c5b3d635ee7fdaf3ca1501aa0024f729070ad3 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sun, 25 Dec 2022 00:42:57 -0800 Subject: [PATCH] ; * doc/lispref/parsing.texi: Add a reminder. --- doc/lispref/parsing.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 6f207123598..0735dd62bde 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -1751,6 +1751,8 @@ provides some additional functions for working with defuns: @code{treesit-defun-at-point} returns the defun node at point, and @code{treesit-defun-name} returns the name of a defun node. +@c FIXME: Cross-reference to treesit-defun-tactic once we have it in +@c the user manual. @defun treesit-defun-at-point This function returns the defun node at point, or @code{nil} if none is found. It respects @code{treesit-defun-tactic}: if its value is -- 2.39.2