comparison lisp/progmodes/cplus-md.el @ 13973:4c199361d7ff

(c++-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:31:24 +0000
parents 0e1539fdf37c
children 83f275dcd93a
comparison
equal deleted inserted replaced
13972:6d4e18531dd2 13973:4c199361d7ff
274 Indentation level of declarations of C function arguments. 274 Indentation level of declarations of C function arguments.
275 c-label-offset 275 c-label-offset
276 Extra indentation for line that is a label, or case or ``default:'', or 276 Extra indentation for line that is a label, or case or ``default:'', or
277 ``public:'' or ``private:'', or ``protected:''. 277 ``public:'' or ``private:'', or ``protected:''.
278 c++-electric-colon 278 c++-electric-colon
279 If non-nil at invocation of c++-mode (t is the default) colon electricly 279 If non-nil at invocation of c++-mode (t is the default) colon electrically
280 indents. 280 indents.
281 c++-empty-arglist-indent 281 c++-empty-arglist-indent
282 If non-nil, a function declaration or invocation which ends a line with a 282 If non-nil, a function declaration or invocation which ends a line with a
283 left paren is indented this many extra spaces, instead of flush with the 283 left paren is indented this many extra spaces, instead of flush with the
284 left paren. 284 left paren.