aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/prog-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index 4efe443fba8..f46e6da73da 100644
--- a/lisp/progmodes/prog-mode.el
+++ b/lisp/progmodes/prog-mode.el
@@ -53,8 +53,8 @@
53 "When non-nil, provides context for indenting embedded code chunks. 53 "When non-nil, provides context for indenting embedded code chunks.
54 54
55There are languages where part of the code is actually written in 55There are languages where part of the code is actually written in
56a sub language, e.g., a Yacc/Bison or ANTLR grammar also consists 56a sub language, e.g., a Yacc/Bison or ANTLR grammar can also include
57of plain C code. This variable enables the primary mode of the 57JS or Python code. This variable enables the primary mode of the
58main language to use the indentation engine of the sub-mode for 58main language to use the indentation engine of the sub-mode for
59lines in code chunks written in the sub-mode's language. 59lines in code chunks written in the sub-mode's language.
60 60