comparison 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
comparison
equal deleted inserted replaced
49478:7f670dbc3aab 49479:12025f034e10
985 985
986 If OFFSET is one of the symbols `+', `-', `++', `--', `*', or `/', a 986 If OFFSET is one of the symbols `+', `-', `++', `--', `*', or `/', a
987 positive or negative multiple of `c-basic-offset' is added; 1, -1, 2, 987 positive or negative multiple of `c-basic-offset' is added; 1, -1, 2,
988 -2, 0.5, and -0.5, respectively. 988 -2, 0.5, and -0.5, respectively.
989 989
990 If OFFSET is a vector, it's first element, which must be an integer, 990 If OFFSET is a vector, its first element, which must be an integer,
991 is used as an absolute indentation column. This overrides all 991 is used as an absolute indentation column. This overrides all
992 relative offsets. If there are several syntactic elements which 992 relative offsets. If there are several syntactic elements which
993 evaluates to absolute indentation columns, the first one takes 993 evaluates to absolute indentation columns, the first one takes
994 precedence. You can see in which order CC Mode combines the syntactic 994 precedence. You can see in which order CC Mode combines the syntactic
995 elements in a certain context by using \\[c-show-syntactic-information] on the line. 995 elements in a certain context by using \\[c-show-syntactic-information] on the line.