diff options
| author | Dmitry Gutov | 2017-12-21 00:38:36 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2017-12-21 00:38:36 +0200 |
| commit | 2f9d9efd080b46341f34b2cc2e29c907cd478de5 (patch) | |
| tree | 95e65512315688a8dc8130203d26b6686edda7c6 | |
| parent | aca827b0d0b108e26628da04d01a4e8bac372bdd (diff) | |
| download | emacs-2f9d9efd080b46341f34b2cc2e29c907cd478de5.tar.gz emacs-2f9d9efd080b46341f34b2cc2e29c907cd478de5.zip | |
; Remove the mention of "plain C code" in the docstring as well
| -rw-r--r-- | lisp/progmodes/prog-mode.el | 4 |
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 | ||
| 55 | There are languages where part of the code is actually written in | 55 | There are languages where part of the code is actually written in |
| 56 | a sub language, e.g., a Yacc/Bison or ANTLR grammar also consists | 56 | a sub language, e.g., a Yacc/Bison or ANTLR grammar can also include |
| 57 | of plain C code. This variable enables the primary mode of the | 57 | JS or Python code. This variable enables the primary mode of the |
| 58 | main language to use the indentation engine of the sub-mode for | 58 | main language to use the indentation engine of the sub-mode for |
| 59 | lines in code chunks written in the sub-mode's language. | 59 | lines in code chunks written in the sub-mode's language. |
| 60 | 60 | ||