Mercurial > emacs
diff lisp/progmodes/cc-vars.el @ 49479:12025f034e10
(c-offsets-alist): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Jan 2003 08:48:02 +0000 |
parents | 13365bab7fce |
children | 2c05c557df6c |
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el Mon Jan 27 08:47:18 2003 +0000 +++ b/lisp/progmodes/cc-vars.el Mon Jan 27 08:48:02 2003 +0000 @@ -987,7 +987,7 @@ 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