diff options
| author | Stefan Kangas | 2022-12-26 10:43:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-31 12:43:32 +0100 |
| commit | 9292f595a71870eec1ffdfd187b859cc990c2f0b (patch) | |
| tree | 1068180db18bc10359ed9e18dd7616ce6072923e /admin | |
| parent | 43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff) | |
| download | emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip | |
; Fix typos
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html index 95005de6d11..1d48398bbce 100644 --- a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html +++ b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html | |||
| @@ -240,7 +240,7 @@ expression <code>treesit-comment-start</code> (see <a href="Tree_002dsitter-majo | |||
| 240 | the comment node. | 240 | the comment node. |
| 241 | </p> | 241 | </p> |
| 242 | </dd> | 242 | </dd> |
| 243 | <dt id='index-coment_002dstart_002dskip'><span><code>coment-start-skip</code><a href='#index-coment_002dstart_002dskip' class='copiable-anchor'> ¶</a></span></dt> | 243 | <dt id='index-coment_002dstart_002dskip'><span><code>comment-start-skip</code><a href='#index-coment_002dstart_002dskip' class='copiable-anchor'> ¶</a></span></dt> |
| 244 | <dd><p>This anchor is a function that is called with 3 arguments: <var>node</var>, | 244 | <dd><p>This anchor is a function that is called with 3 arguments: <var>node</var>, |
| 245 | <var>parent</var>, and <var>bol</var>, and returns the position after the | 245 | <var>parent</var>, and <var>bol</var>, and returns the position after the |
| 246 | comment-start token and any whitespace characters following that | 246 | comment-start token and any whitespace characters following that |