all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Randy Taylor <dev@rjt.dev>, 59849-done@debbugs.gnu.org
Subject: bug#59849: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.
Date: Mon, 5 Dec 2022 20:42:35 -0800	[thread overview]
Message-ID: <CADwFkmk_y33J0TC5F6mijMn6m6N_aNvqLPp5DoNM6ezDva8wtw@mail.gmail.com> (raw)
In-Reply-To: <NlENL8tf3PwaGuNWC5rYDxVno3kaPrbDJIS-78EJw0b0mc7y6HAeLXlLhNQ90AZenbNXSP1LQRFPQc9TZbzvBc7yRNe_8TR5wF28uPn2hJo=@rjt.dev>

Randy Taylor <dev@rjt.dev> writes:

> diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
> index 90ab7cc924..45dfef372c 100644
> --- a/lisp/progmodes/js.el
> +++ b/lisp/progmodes/js.el
> @@ -3734,7 +3734,7 @@ js--treesit-imenu
>           (var-tree (treesit-induce-sparse-tree
>                      node "lexical_declaration" nil 1000)))
>      `(("Class" . ,(js--treesit-imenu-1 class-tree))
> -      ("Varieable" . ,(js--treesit-imenu-1 var-tree))
> +      ("Variable" . ,(js--treesit-imenu-1 var-tree))
>        ("Function" . ,(js--treesit-imenu-1 func-tree)))))
>
>  ;;; Main Function

Thanks, pushed to emacs-29 (commit 717f8477284).





      reply	other threads:[~2022-12-06  4:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-06  1:36 bug#59849: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo Randy Taylor
2022-12-06  4:42 ` Stefan Kangas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADwFkmk_y33J0TC5F6mijMn6m6N_aNvqLPp5DoNM6ezDva8wtw@mail.gmail.com \
    --to=stefankangas@gmail.com \
    --cc=59849-done@debbugs.gnu.org \
    --cc=dev@rjt.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.