From: Eli Zaretskii Date: Tue, 3 Jan 2023 13:16:42 +0000 (+0200) Subject: ; * doc/lispref/positions.texi (List Motion): Minor wording fix. X-Git-Tag: emacs-29.0.90~845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da69f116bfc37d28942ca6d35eaff978e6805bac;p=emacs.git ; * doc/lispref/positions.texi (List Motion): Minor wording fix. --- diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index f47720184a3..f3824436246 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -852,7 +852,7 @@ matches either @code{"function_definition"} or @code{"class_definition"}. @end defvar @defvar treesit-defun-tactic -This variable determines how does Emacs treat nested defuns. If the +This variable determines how Emacs treats nested defuns. If the value is @code{top-level}, navigation functions only move across top-level defuns, if the value is @code{nested}, navigation functions recognize nested defuns.