projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b0eae0
)
; * doc/lispref/positions.texi (List Motion): Minor wording fix.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 3 Jan 2023 13:16:42 +0000
(15:16 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 3 Jan 2023 13:16:42 +0000
(15:16 +0200)
doc/lispref/positions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/positions.texi
b/doc/lispref/positions.texi
index f47720184a3f80d3f7394e0828183dfb4ab26712..f3824436246e0260975c2787d35ce90ac95ce81a 100644
(file)
--- 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.