]> git.eshelyaron.com Git - emacs.git/commit
; Fix incorrect function name in treesit manual
authorSimon Pugnet <simon@polaris64.net>
Thu, 9 Feb 2023 11:33:31 +0000 (11:33 +0000)
committerYuan Fu <casouri@gmail.com>
Fri, 10 Feb 2023 05:54:00 +0000 (21:54 -0800)
commitb39821fdcef5d094838a978d2b0ab1ebb44b7cb8
tree6264044c0ede2f061f27ba7e303ff0282c11c3d7
parent51901736965f9a6f07938fa4399d14c9283437c5
; Fix incorrect function name in treesit manual

An example in the documentation uses the function
'treesit-get-parser-create' which does not exist.  Replace this with
'treesit-parser-create'.

* admin/notes/tree-sitter/html-manual/Multiple-Languages.html:
* doc/lispref/parsing.texi (Multiple Languages):
Change example.

Copyright-paperwork-exempt: yes
admin/notes/tree-sitter/html-manual/Multiple-Languages.html
doc/lispref/parsing.texi