diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:31:24 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:31:24 +0000 |
commit | 863f75313be410ce600ec078cf3556162c2c9af8 (patch) | |
tree | ad8bf9c2e6f26a32b32938d326693aa260f4ac50 | |
parent | 9c09c0080c5a71e4ebf5b7c337297b2446c8a3d0 (diff) | |
download | emacs-863f75313be410ce600ec078cf3556162c2c9af8.tar.gz |
(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: Extra indentation for line that is a label, or case or ``default:'', or ``public:'' or ``private:'', or ``protected:''. c++-electric-colon - If non-nil at invocation of c++-mode (t is the default) colon electricly + If non-nil at invocation of c++-mode (t is the default) colon electrically indents. c++-empty-arglist-indent If non-nil, a function declaration or invocation which ends a line with a |