(c-backslash-column): Add . at end of sentence.

This commit is contained in:
Jan Djärv 2006-11-26 13:52:57 +00:00
parent ba1f3817b6
commit aeef2654b6

View file

@ -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)