mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
; Fix typos
This commit is contained in:
parent
43c7e05a2a
commit
9292f595a7
22 changed files with 36 additions and 36 deletions
|
|
@ -1192,7 +1192,7 @@ fontified."
|
|||
"Check whether NODE is a variable.
|
||||
NODE's type should be \"identifier\"."
|
||||
;; An identifier can be a function/class name, a property, or a
|
||||
;; variables. This funtion filters out function/class names and
|
||||
;; variables. This function filters out function/class names and
|
||||
;; properties.
|
||||
(pcase (treesit-node-type (treesit-node-parent node))
|
||||
((or "function_definition" "class_definition") nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue