From: Juanma Barranquero Date: Mon, 27 Jan 2003 08:48:02 +0000 (+0000) Subject: (c-offsets-alist): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~11450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82539cb7d299e3872e18939104b45789336a1ba9;p=emacs.git (c-offsets-alist): Fix typo. --- diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 50b09160ee3..f698065e24d 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -987,7 +987,7 @@ If OFFSET is one of the symbols `+', `-', `++', `--', `*', or `/', a positive or negative multiple of `c-basic-offset' is added; 1, -1, 2, -2, 0.5, and -0.5, respectively. -If OFFSET is a vector, it's first element, which must be an integer, +If OFFSET is a vector, its first element, which must be an integer, is used as an absolute indentation column. This overrides all relative offsets. If there are several syntactic elements which evaluates to absolute indentation columns, the first one takes