all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Recent changes in parsing.texi
@ 2022-12-25  7:30 Eli Zaretskii
  2022-12-25  8:27 ` Yuan Fu
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2022-12-25  7:30 UTC (permalink / raw)
  To: Yuan Fu; +Cc: emacs-devel

There seems to be something missing in the new text:

  +@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}: it returns the
  +top-level defun if the value is @code{top-level}, and returns the
  +immediate enclosing defun if the value is @code{nested}.

This mentions treesit-defun-tactic, but that variable is not
documented anywhere in the manual, and is not indexed.  It should
either be documented in this node, or in some other node with a
cross-reference from here to that other node.

In general, please remember to index every function, macro, face, and
variable unless they are in @defun/@defvar/@defmac etc., which add
index entries automatically.



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

end of thread, other threads:[~2022-12-26  9:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-25  7:30 Recent changes in parsing.texi Eli Zaretskii
2022-12-25  8:27 ` Yuan Fu
2022-12-25  9:08   ` Yuan Fu
2022-12-25  9:36     ` Eli Zaretskii
2022-12-25 18:54       ` Yuan Fu
2022-12-25 19:02         ` Eli Zaretskii
2022-12-26  9:44           ` Yuan Fu

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.