* lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (Bug#29407)

This commit is contained in:
Eli Zaretskii 2017-11-24 10:41:49 +02:00
parent 1d0dbdff6c
commit 0ec534070f

View file

@ -1227,8 +1227,8 @@ As described below, each cons cell in this list has the form:
When a line is indented, CC Mode first determines the syntactic When a line is indented, CC Mode first determines the syntactic
context of it by generating a list of symbols called syntactic context of it by generating a list of symbols called syntactic
elements. The global variable `c-syntactic-context' is bound to the elements. The global variable `c-syntactic-context' is bound to that
that list. Each element in the list is in turn a list where the first list. Each element in the list is in turn a list where the first
element is a syntactic symbol which tells what kind of construct the element is a syntactic symbol which tells what kind of construct the
indentation point is located within. More elements in the syntactic indentation point is located within. More elements in the syntactic
element lists are optional. If there is one more and it isn't nil, element lists are optional. If there is one more and it isn't nil,