emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 2f9d9ef 3/3: ; Remove the mention of "plain C cod


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-26 2f9d9ef 3/3: ; Remove the mention of "plain C code" in the docstring as well
Date: Wed, 20 Dec 2017 17:38:44 -0500 (EST)

branch: emacs-26
commit 2f9d9efd080b46341f34b2cc2e29c907cd478de5
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Remove the mention of "plain C code" in the docstring as well
---
 lisp/progmodes/prog-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index 4efe443..f46e6da 100644
--- a/lisp/progmodes/prog-mode.el
+++ b/lisp/progmodes/prog-mode.el
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]