From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:17:05 +0000 (+0000) Subject: (c-offsets-alist): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.94~528 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12f5c601bf2cca9acbf39ef5cd00fa481f237500;p=emacs.git (c-offsets-alist): Fix typo in docstring. --- diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 3aac25b43ed..cbf2b44de23 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -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.