emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/cedet semantic.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/cedet semantic.el
Date: Sun, 13 Dec 2009 01:55:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/12/13 01:55:09

Modified files:
        lisp/cedet     : semantic.el 

Log message:
        Add commentary about how to use Semantic.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/cedet/semantic.el?cvsroot=emacs&r1=1.11&r2=1.12

Patches:
Index: semantic.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cedet/semantic.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- semantic.el 20 Nov 2009 01:35:54 -0000      1.11
+++ semantic.el 13 Dec 2009 01:55:09 -0000      1.12
@@ -25,9 +25,14 @@
 ;;
 ;; API for providing the semantic content of a buffer.
 ;;
-;; The semantic API provides an interface to a series of different parser
+;; The Semantic API provides an interface to a series of different parser
 ;; implementations.  Each parser outputs a parse tree in a similar format
 ;; designed to handle typical functional and object oriented languages.
+;;
+;; To enable Semantic, turn on `semantic-mode', a global minor mode
+;; (M-x semantic-mode RET, or "Source Code Parsers" from the Tools
+;; menu).  To enable it at startup, put (semantic-mode 1) in your init
+;; file.
 
 (require 'cedet)
 (require 'semantic/tag)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]