aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-29 16:17:05 +0000
committerJuanma Barranquero2007-01-29 16:17:05 +0000
commit12f5c601bf2cca9acbf39ef5cd00fa481f237500 (patch)
tree0031b5d7a16a9351edeb83846b02f6e7b3ba799a
parentc006623074918b4068bda65e3c5bcc076f2d8deb (diff)
downloademacs-12f5c601bf2cca9acbf39ef5cd00fa481f237500.tar.gz
emacs-12f5c601bf2cca9acbf39ef5cd00fa481f237500.zip
(c-offsets-alist): Fix typo in docstring.
-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.