diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-01-03 15:16:42 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-01-03 15:16:42 +0200 |
commit | da69f116bfc37d28942ca6d35eaff978e6805bac (patch) | |
tree | e204aae82c609f314cae655866b35e0ab1f4cd96 /doc/lispref/positions.texi | |
parent | 0b0eae0bf76c4d791cc47dad82306e33d54290c0 (diff) | |
download | emacs-da69f116bfc37d28942ca6d35eaff978e6805bac.tar.gz emacs-da69f116bfc37d28942ca6d35eaff978e6805bac.tar.bz2 emacs-da69f116bfc37d28942ca6d35eaff978e6805bac.zip |
; * doc/lispref/positions.texi (List Motion): Minor wording fix.
Diffstat (limited to 'doc/lispref/positions.texi')
-rw-r--r-- | doc/lispref/positions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |