]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove the mention of "plain C code" in the docstring as well
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 20 Dec 2017 22:38:36 +0000 (00:38 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 20 Dec 2017 22:38:36 +0000 (00:38 +0200)
lisp/progmodes/prog-mode.el

index 4efe443fba8ca16aaff23c1213b4558dcc96f019..f46e6da73da63e4596748c5ae0f45c7e6ebb25a6 100644 (file)
@@ -53,8 +53,8 @@
   "When non-nil, provides context for indenting embedded code chunks.
 
 There are languages where part of the code is actually written in
-a sub language, e.g., a Yacc/Bison or ANTLR grammar also consists
-of plain C code.  This variable enables the primary mode of the
+a sub language, e.g., a Yacc/Bison or ANTLR grammar can also include
+JS or Python code.  This variable enables the primary mode of the
 main language to use the indentation engine of the sub-mode for
 lines in code chunks written in the sub-mode's language.