]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-offsets-alist): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Jan 2003 08:39:47 +0000 (08:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Jan 2003 08:39:47 +0000 (08:39 +0000)
lisp/progmodes/cc-vars.el

index 88c5e1186ca4f6f63f0a9ae08b959aabd5f46fd1..6c76aa8939658807f2eb5c0c18e388bcc0dfe6d0 100644 (file)
@@ -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