diff options
| author | Michael Albinus | 2018-02-16 09:53:30 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-02-16 09:53:30 +0100 |
| commit | 42f15b05ba4e8d5707a16d80db5e57d152d18f5b (patch) | |
| tree | c742533b2938dce2aa28e9964eca38f3dec266d5 | |
| parent | b46be29424cc84982cf8b0cad8f3fdbc98e1c8e0 (diff) | |
| download | emacs-42f15b05ba4e8d5707a16d80db5e57d152d18f5b.tar.gz emacs-42f15b05ba4e8d5707a16d80db5e57d152d18f5b.zip | |
* doc/emacs/programs.texi (Semantic): Order programming languages.
| -rw-r--r-- | doc/emacs/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 2bd6101782d..4d515f29b6c 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1463,7 +1463,7 @@ the menu item named @samp{Source Code Parsers (Semantic)} in the | |||
| 1463 | 1463 | ||
| 1464 | When Semantic mode is enabled, Emacs automatically attempts to | 1464 | When Semantic mode is enabled, Emacs automatically attempts to |
| 1465 | parse each file you visit. Currently, Semantic understands C, C++, | 1465 | parse each file you visit. Currently, Semantic understands C, C++, |
| 1466 | Javascript, Java, HTML, Make, Python, Scheme, SRecode, and Texinfo. | 1466 | HTML, Java, Javascript, Make, Python, Scheme, SRecode, and Texinfo. |
| 1467 | Within each parsed buffer, the following commands are available: | 1467 | Within each parsed buffer, the following commands are available: |
| 1468 | 1468 | ||
| 1469 | @table @kbd | 1469 | @table @kbd |