Fix typo of exposed symbol name
* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Remove double hyphen.
This commit is contained in:
parent
9296e0c649
commit
204519a2e7
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ MODE is either `c' or `cpp'."
|
||||||
((node-is "preproc_arg") no-indent)
|
((node-is "preproc_arg") no-indent)
|
||||||
;; `c-ts-common-looking-at-star' has to come before
|
;; `c-ts-common-looking-at-star' has to come before
|
||||||
;; `c-ts-common-comment-2nd-line-matcher'.
|
;; `c-ts-common-comment-2nd-line-matcher'.
|
||||||
((and (parent-is "comment") c-ts-common--looking-at-star)
|
((and (parent-is "comment") c-ts-common-looking-at-star)
|
||||||
c-ts-common-comment-start-after-first-star -1)
|
c-ts-common-comment-start-after-first-star -1)
|
||||||
(c-ts-common-comment-2nd-line-matcher
|
(c-ts-common-comment-2nd-line-matcher
|
||||||
c-ts-common-comment-2nd-line-anchor
|
c-ts-common-comment-2nd-line-anchor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue