]> git.eshelyaron.com Git - emacs.git/commitdiff
Update commentary.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 22:18:36 +0000 (22:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 22:18:36 +0000 (22:18 +0000)
lisp/cedet/cedet.el

index 4f7dfe9d5ebd4042facff3662d6b6c3e3cd0ff56..3f901722123c9da0d23d09f4e0ff762ec16cac51 100644 (file)
 
 ;;; Code:
 ;;
-;; This library automatically setups your [X]Emacs to use CEDET tools.
-;;
-;; Add the following into your ~/.emacs startup file:
-;;
-;;   (load-file "<INSTALL-PATH>/cedet/common/cedet.el")
-;;
-;; Once loaded, you can enable additional feature.  For example,
-;; this will enable some basic and advance features:
-;;
-;;   (load-file "<INSTALL-PATH>/cedet/common/cedet.el")
-;;   (global-ede-mode t)
-;;   (semantic-load-enable-code-helpers)
-;;   (global-srecode-minor-mode 1)
+;; This file depends on the major components of CEDET, so that you can
+;; load them all by doing (require 'cedet).  This is mostly for
+;; compatibility with the upstream, stand-alone CEDET distribution.
 
 (eval-when-compile
   (require 'cl))