diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:39:43 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-22 02:24:20 +0100 |
commit | 40539c7587dc474b424cff732973fe8958eadf14 (patch) | |
tree | c98fb6254b98c1a2c8738edaf8141569ece244ad /doc/lispref/parsing.texi | |
parent | aeadba1418d8fc18f17b4ae415cde35e9e272e7a (diff) | |
download | emacs-40539c7587dc474b424cff732973fe8958eadf14.tar.gz emacs-40539c7587dc474b424cff732973fe8958eadf14.tar.bz2 emacs-40539c7587dc474b424cff732973fe8958eadf14.zip |
; Fix typos
Diffstat (limited to 'doc/lispref/parsing.texi')
-rw-r--r-- | doc/lispref/parsing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index f21d94ec8b3..0f6a99b299c 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -1611,7 +1611,7 @@ a @var{query} preceded by zero or more @var{keyword}/@var{value} pairs. Each @var{query} is a tree-sitter query in either the string, s-expression or compiled form, or a function. -If @var{query} is a tree-sitter query, it should be preceeded by two +If @var{query} is a tree-sitter query, it should be preceded by two @var{:keyword}/@var{value} pairs, where the @code{:embed} keyword specifies the embedded language, and the @code{:host} keyword specified the host language. |