diff options
| author | Karl Heuer | 1996-01-04 23:31:24 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:31:24 +0000 |
| commit | 863f75313be410ce600ec078cf3556162c2c9af8 (patch) | |
| tree | ad8bf9c2e6f26a32b32938d326693aa260f4ac50 | |
| parent | 9c09c0080c5a71e4ebf5b7c337297b2446c8a3d0 (diff) | |
| download | emacs-863f75313be410ce600ec078cf3556162c2c9af8.tar.gz emacs-863f75313be410ce600ec078cf3556162c2c9af8.zip | |
(c++-mode): Doc fix.
| -rw-r--r-- | lisp/progmodes/cplus-md.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index 6c728923250..9a7ed11b623 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el | |||
| @@ -276,7 +276,7 @@ Variables controlling indentation style: | |||
| 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 |