all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Randy Taylor <dev@rjt.dev>
To: 59849@debbugs.gnu.org
Subject: bug#59849: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.
Date: Tue, 06 Dec 2022 01:36:00 +0000	[thread overview]
Message-ID: <NlENL8tf3PwaGuNWC5rYDxVno3kaPrbDJIS-78EJw0b0mc7y6HAeLXlLhNQ90AZenbNXSP1LQRFPQc9TZbzvBc7yRNe_8TR5wF28uPn2hJo=@rjt.dev> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Attachment #1.2: Type: text/html, Size: 24 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-progmodes-js.el-js-treesit-imenu-Fix-a-typo.patch --]
[-- Type: text/x-patch; name=0001-lisp-progmodes-js.el-js-treesit-imenu-Fix-a-typo.patch, Size: 846 bytes --]

From 7c040baea3bd5ec1e702d2b1d62308be65e5619c Mon Sep 17 00:00:00 2001
From: Randy Taylor <dev@rjt.dev>
Date: Mon, 5 Dec 2022 20:30:56 -0500
Subject: [PATCH] ; * lisp/progmodes/js.el (js--treesit-imenu): Fix a typo.

---
 lisp/progmodes/js.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.38.1


             reply	other threads:[~2022-12-06  1:36 UTC|newest]

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

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='NlENL8tf3PwaGuNWC5rYDxVno3kaPrbDJIS-78EJw0b0mc7y6HAeLXlLhNQ90AZenbNXSP1LQRFPQc9TZbzvBc7yRNe_8TR5wF28uPn2hJo=@rjt.dev' \
    --to=dev@rjt.dev \
    --cc=59849@debbugs.gnu.org \
    /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.