; Fix a typo in a doc string in c-ts-common.el (bug#61736).
This commit is contained in:
parent
a0b273ef30
commit
79fead1709
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ particular major mode. This cannot be nil for `c-ts-common'
|
||||||
statement indent functions to work.")
|
statement indent functions to work.")
|
||||||
|
|
||||||
(defvar c-ts-common-indent-type-regexp-alist nil
|
(defvar c-ts-common-indent-type-regexp-alist nil
|
||||||
"An alist of of node type regexps.
|
"An alist of node type regexps.
|
||||||
|
|
||||||
Each key in the alist is one of `if', `else', `do', `while',
|
Each key in the alist is one of `if', `else', `do', `while',
|
||||||
`for', `block', `close-bracket'. Each value in the alist
|
`for', `block', `close-bracket'. Each value in the alist
|
||||||
|
|
Loading…
Add table
Reference in a new issue