aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2013-06-01 13:21:22 -0700
committerGlenn Morris2013-06-01 13:21:22 -0700
commitf46305c86cd247b2396e73ce8bb064f69373834d (patch)
treee4eea4ee7548f8f16035d52ea13f040aef2cba1e /doc
parent9133b82e6f850b96eeb8c1e2c62fbeb52f111673 (diff)
parent20992a85041ddd8c2852eaef24fe69f9a47019a2 (diff)
downloademacs-f46305c86cd247b2396e73ce8bb064f69373834d.tar.gz
emacs-f46305c86cd247b2396e73ce8bb064f69373834d.zip
Merge from emacs-24; up to 2012-12-27T20:09:45Z!juri@jurta.org
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/programs.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 6845e39eae5..b1f9fb2a40d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12013-06-01 Glenn Morris <rgm@gnu.org>
2
3 * programs.texi (Semantic): Fix typo.
4
12013-05-30 Xue Fuqiao <xfq.free@gmail.com> 52013-05-30 Xue Fuqiao <xfq.free@gmail.com>
2 6
3 * maintaining.texi (Types of Log File): Supplement some 7 * maintaining.texi (Types of Log File): Supplement some
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 459221a9088..70eecf1c97b 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1356,7 +1356,7 @@ the menu item named @samp{Source Code Parsers (Semantic)} in the
1356@samp{Tools} menu. This enables Semantic mode, a global minor mode. 1356@samp{Tools} menu. This enables Semantic mode, a global minor mode.
1357 1357
1358 When Semantic mode is enabled, Emacs automatically attempts to 1358 When Semantic mode is enabled, Emacs automatically attempts to
1359parses each file you visit. Currently, Semantic understands C, C++, 1359parse each file you visit. Currently, Semantic understands C, C++,
1360Scheme, Javascript, Java, HTML, and Make. Within each parsed buffer, 1360Scheme, Javascript, Java, HTML, and Make. Within each parsed buffer,
1361the following commands are available: 1361the following commands are available:
1362 1362