]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-offsets-alist): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 16:17:05 +0000 (16:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 16:17:05 +0000 (16:17 +0000)
lisp/progmodes/cc-vars.el

index 3aac25b43edd176368c15ceca5780d96819dbdd2..cbf2b44de2397180956163888ffce0ca3df2a2d5 100644 (file)
@@ -1168,7 +1168,7 @@ OFFSET can specify an offset in several different ways:
   If OFFSET is a symbol with a value binding then that value, which
   must be an integer, is used as relative offset.
 
-  If OFFSET is a vector then it's first element, which must be an
+  If OFFSET is a vector then its first element, which must be an
   integer, is used as an absolute indentation column.  This overrides
   the previous base indentation and the relative offsets applied to
   it, and it becomes the new base indentation.