(c-backslash-column): Add . at end of sentence.
This commit is contained in:
parent
ba1f3817b6
commit
aeef2654b6
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ then no newline is inserted."
|
|||
This is used by the functions that automatically insert or align the
|
||||
line continuation backslashes in multiline macros. If any line in the
|
||||
macro exceeds this column then the next tab stop from that line is
|
||||
used as alignment column instead. See also `c-backslash-max-column'"
|
||||
used as alignment column instead. See also `c-backslash-max-column'."
|
||||
:type 'integer
|
||||
:group 'c)
|
||||
;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)
|
||||
|
|
Loading…
Add table
Reference in a new issue