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

index 50b09160ee3cba76a6619e4ca156d24158e866f7..f698065e24db8ad3f2440229cb28282ceb6d8911 100644 (file)
@@ -987,7 +987,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