From 12f5c601bf2cca9acbf39ef5cd00fa481f237500 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:17:05 +0000 Subject: [PATCH] (c-offsets-alist): Fix typo in docstring. --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2