aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-05-23 15:12:10 -0400
committerGlenn Morris2013-05-23 15:12:10 -0400
commitfc5b3b95d5abbf35ca1eecf67930c102eb95b96a (patch)
tree6fa5f2379e3af1a0e55ec93a137e2719eeb288c4
parentb01682fbbe6b48fe34cb3d26932fd03e4b0669e5 (diff)
downloademacs-fc5b3b95d5abbf35ca1eecf67930c102eb95b96a.tar.gz
emacs-fc5b3b95d5abbf35ca1eecf67930c102eb95b96a.zip
* doc/emacs/programs.texi (Semantic): Fix typo.
-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 b0b6c5ae32e..9a2f5d98e47 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12013-05-23 Glenn Morris <rgm@gnu.org>
2
3 * programs.texi (Semantic): Fix typo.
4
12013-05-08 Glenn Morris <rgm@gnu.org> 52013-05-08 Glenn Morris <rgm@gnu.org>
2 6
3 * sending.texi (Mail Sending): Fix typo. 7 * sending.texi (Mail Sending): Fix typo.
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