emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 651927ac39 2/2: ; Fix function reference in comment in c-ts-mod


From: Yuan Fu
Subject: emacs-29 651927ac39 2/2: ; Fix function reference in comment in c-ts-mode.el (bug#60514)
Date: Wed, 4 Jan 2023 02:04:45 -0500 (EST)

branch: emacs-29
commit 651927ac3916f601e3ea29281572621044e08fb7
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Yuan Fu <casouri@gmail.com>

    ; Fix function reference in comment in c-ts-mode.el (bug#60514)
    
    * lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix
    reference.
---
 lisp/progmodes/c-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index ffc15e681f..30a14ecdfa 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -358,7 +358,7 @@ MODE is either `c' or `cpp'."
    :language mode
    :feature 'assignment
    ;; TODO: Recursively highlight identifiers in parenthesized
-   ;; expressions, see `c-ts-mode--fontify-struct-declarator' for
+   ;; expressions, see `c-ts-mode--fontify-declarator' for
    ;; inspiration.
    '((assignment_expression
       left: (identifier) @font-lock-variable-name-face)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]