$c-case - C-mode; comment continuation string
$c-contcomm "string"
$c-contcomm is part of the cmode(2m) environment for C programmers.
This defines the string which is inserted when a new line is started while in a comment. The string is only inserted if the cursor is at the end of the line when the newline(2) command is given. For example, for the default settings, if a newline was entered at the end of the first line, the second line would initialize to:-
/* xxxxxxxxxx @
where '@' is the current cursor position. With a setting of " * ", then:-
/* xxxxxxxxxx * @
(c) Copyright JASSPA 1999
Last Modified: 1998/08/27
Generated On: 1999/12/01