diff lisp/progmodes/cc-vars.el @ 75516:befb5e26b9e7

(c-offsets-alist): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 16:17:05 +0000
parents e3694f1cb928
children 7322915e700b f83d17e1ace6
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Mon Jan 29 16:16:22 2007 +0000
+++ b/lisp/progmodes/cc-vars.el	Mon Jan 29 16:17:05 2007 +0000
@@ -1168,7 +1168,7 @@
   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.