changeset 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 b48c6cc5f648
children c8c69799e144
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.