From fc5b3b95d5abbf35ca1eecf67930c102eb95b96a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 23 May 2013 15:12:10 -0400 Subject: [PATCH] * doc/emacs/programs.texi (Semantic): Fix typo. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/programs.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@ +2013-05-23 Glenn Morris + + * programs.texi (Semantic): Fix typo. + 2013-05-08 Glenn Morris * 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 @samp{Tools} menu. This enables Semantic mode, a global minor mode. When Semantic mode is enabled, Emacs automatically attempts to -parses each file you visit. Currently, Semantic understands C, C++, +parse each file you visit. Currently, Semantic understands C, C++, Scheme, Javascript, Java, HTML, and Make. Within each parsed buffer, the following commands are available: -- 2.11.4.GIT