diff options
| author | Theodor Thornhill | 2023-01-22 10:58:31 +0100 |
|---|---|---|
| committer | Theodor Thornhill | 2023-01-22 10:58:31 +0100 |
| commit | 204519a2e73b5907b2c6f6a670ea6068bc09f6bc (patch) | |
| tree | fb726692cea95a732e830c74b6a9b90be3f49a52 | |
| parent | 9296e0c64951ad6a329515aa3f31ad52aeaf8517 (diff) | |
| download | emacs-204519a2e73b5907b2c6f6a670ea6068bc09f6bc.tar.gz emacs-204519a2e73b5907b2c6f6a670ea6068bc09f6bc.zip | |
Fix typo of exposed symbol name
* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Remove
double hyphen.
| -rw-r--r-- | lisp/progmodes/c-ts-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 5e5b0f87a32..27737a2ee1d 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el | |||
| @@ -167,7 +167,7 @@ MODE is either `c' or `cpp'." | |||
| 167 | ((node-is "preproc_arg") no-indent) | 167 | ((node-is "preproc_arg") no-indent) |
| 168 | ;; `c-ts-common-looking-at-star' has to come before | 168 | ;; `c-ts-common-looking-at-star' has to come before |
| 169 | ;; `c-ts-common-comment-2nd-line-matcher'. | 169 | ;; `c-ts-common-comment-2nd-line-matcher'. |
| 170 | ((and (parent-is "comment") c-ts-common--looking-at-star) | 170 | ((and (parent-is "comment") c-ts-common-looking-at-star) |
| 171 | c-ts-common-comment-start-after-first-star -1) | 171 | c-ts-common-comment-start-after-first-star -1) |
| 172 | (c-ts-common-comment-2nd-line-matcher | 172 | (c-ts-common-comment-2nd-line-matcher |
| 173 | c-ts-common-comment-2nd-line-anchor | 173 | c-ts-common-comment-2nd-line-anchor |