aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-11-24 10:41:49 +0200
committerEli Zaretskii2017-11-24 10:41:49 +0200
commit0ec534070f3fece004a5077eef67d034e629e219 (patch)
tree63cab63ddd0fedb446c2a02aad9cbea6bdfda90a
parent1d0dbdff6c743d2e7c9f2894f5054b05062c22cb (diff)
downloademacs-0ec534070f3fece004a5077eef67d034e629e219.tar.gz
emacs-0ec534070f3fece004a5077eef67d034e629e219.zip
* lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (Bug#29407)
-rw-r--r--lisp/progmodes/cc-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index df202e9cd2f..c4213797636 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1227,8 +1227,8 @@ As described below, each cons cell in this list has the form:
1227 1227
1228When a line is indented, CC Mode first determines the syntactic 1228When a line is indented, CC Mode first determines the syntactic
1229context of it by generating a list of symbols called syntactic 1229context of it by generating a list of symbols called syntactic
1230elements. The global variable `c-syntactic-context' is bound to the 1230elements. The global variable `c-syntactic-context' is bound to that
1231that list. Each element in the list is in turn a list where the first 1231list. Each element in the list is in turn a list where the first
1232element is a syntactic symbol which tells what kind of construct the 1232element is a syntactic symbol which tells what kind of construct the
1233indentation point is located within. More elements in the syntactic 1233indentation point is located within. More elements in the syntactic
1234element lists are optional. If there is one more and it isn't nil, 1234element lists are optional. If there is one more and it isn't nil,