summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-09-20 22:18:36 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-09-20 22:18:36 +0000
commit826608a5fd403acf8a9ae40884fac604b31b0843 (patch)
treebed571045f503fb27c7c73722c8b53a2223c2b5c /lisp/cedet
parent35eefe73835e44b81eb2c69ee46378728a2da3f1 (diff)
downloademacs-826608a5fd403acf8a9ae40884fac604b31b0843.tar.gz
Update commentary.
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/cedet.el16
1 files changed, 3 insertions, 13 deletions
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el
index 4f7dfe9d5eb..3f901722123 100644
--- a/lisp/cedet/cedet.el
+++ b/lisp/cedet/cedet.el
@@ -27,19 +27,9 @@
;;; 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))