aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index 3aac25b43ed..cbf2b44de23 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1168,7 +1168,7 @@ OFFSET can specify an offset in several different ways:
1168 If OFFSET is a symbol with a value binding then that value, which 1168 If OFFSET is a symbol with a value binding then that value, which
1169 must be an integer, is used as relative offset. 1169 must be an integer, is used as relative offset.
1170 1170
1171 If OFFSET is a vector then it's first element, which must be an 1171 If OFFSET is a vector then its first element, which must be an
1172 integer, is used as an absolute indentation column. This overrides 1172 integer, is used as an absolute indentation column. This overrides
1173 the previous base indentation and the relative offsets applied to 1173 the previous base indentation and the relative offsets applied to
1174 it, and it becomes the new base indentation. 1174 it, and it becomes the new base indentation.