2009-07-10 16:30:24 +02:00
|
|
|
Provide a sensible default for `jde-help-docsets'.
|
|
|
|
|
|
|
|
--- jde/lisp/jde-help.el (revision 90)
|
|
|
|
+++ jde/lisp/jde-help.el (working copy)
|
2009-07-17 16:22:02 +02:00
|
|
|
@@ -28,7 +28,25 @@
|
2009-07-10 16:30:24 +02:00
|
|
|
(require 'jde-util)
|
|
|
|
|
|
|
|
;; (makunbound 'jde-help-docsets)
|
|
|
|
-(defcustom jde-help-docsets (list (list "JDK API" "" nil))
|
2009-07-17 16:22:02 +02:00
|
|
|
+(defcustom jde-help-docsets
|
|
|
|
+ (list (list "JDK API"
|
|
|
|
+ "http://java.sun.com/javase/6/docs/api"
|
|
|
|
+ nil)
|
|
|
|
+ ("User (javadoc)"
|
|
|
|
+ "http://static.springsource.org/spring/docs/3.0.x/javadoc-api/"
|
|
|
|
+ nil)
|
|
|
|
+ ("User (javadoc)"
|
|
|
|
+ "http://commons.apache.org/sandbox/functor/apidocs/"
|
|
|
|
+ nil)
|
|
|
|
+ ("User (javadoc)"
|
|
|
|
+ "https://www.hibernate.org/hib_docs/v3/api"
|
|
|
|
+ nil)
|
|
|
|
+ ("User (javadoc)"
|
|
|
|
+ "http://acegisecurity.org/acegi-security/apidocs"
|
|
|
|
+ nil)
|
|
|
|
+ ("User (javadoc)"
|
|
|
|
+ "http://wicket.apache.org/docs/1.4"
|
|
|
|
+ nil))
|
2009-07-10 16:30:24 +02:00
|
|
|
"*Lists collections of HTML files documenting Java classes.
|
|
|
|
This list is used by the `jde-help-class' command to find help for
|
|
|
|
a class. You can specify the following information for each docset:
|