]> git.eshelyaron.com Git - emacs.git/commitdiff
Add commentary about how to use Semantic.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 13 Dec 2009 01:55:09 +0000 (01:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 13 Dec 2009 01:55:09 +0000 (01:55 +0000)
lisp/cedet/semantic.el

index 446d1e0a3e6adbb5c9b59ca6d2ac4b7e11bd1d53..7e3673e6adbc4bfb39ba2de786b4daddefa062ef 100644 (file)
 ;;
 ;; 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)