summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-27 08:39:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-27 08:39:47 +0000
commitd80ac1756b033b01f972c6c485d5f8b9b7b20fdb (patch)
tree5daaf380a84e452b79c4f2f4509cc2ca6c74429c
parente636da5127397256ad675fcf37dfcc1715a184c0 (diff)
downloademacs-d80ac1756b033b01f972c6c485d5f8b9b7b20fdb.tar.gz
(c-offsets-alist): Fix typo.
-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 88c5e1186ca..6c76aa89396 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -821,7 +821,7 @@ If OFFSET is one of the symbols `+', `-', `++', `--', `*', or `/', a
positive or negative multiple of `c-basic-offset' is added; 1, -1, 2,
-2, 0.5, and -0.5, respectively.
-If OFFSET is a vector, it's first element, which must be an integer,
+If OFFSET is a vector, its first element, which must be an integer,
is used as an absolute indentation column. This overrides all
relative offsets. If there are several syntactic elements which
evaluates to absolute indentation columns, the first one takes