[slime-cvs] CVS update: slime/hyperspec.el

Luke Gorrie lgorrie at common-lisp.net
Thu Dec 4 16:42:53 UTC 2003


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv742

Modified Files:
	hyperspec.el 
Log Message:
Updated URL to point to a live copy of the hyperspec at lispworks.com,
because the one on xanalys.com has disappeared. Patch from Vincent
Arkesteijn on the ilisp-devel mailing list.

Date: Thu Dec  4 11:42:53 2003
Author: lgorrie

Index: slime/hyperspec.el
diff -u slime/hyperspec.el:1.1 slime/hyperspec.el:1.2
--- slime/hyperspec.el:1.1	Mon Sep 22 02:39:18 2003
+++ slime/hyperspec.el	Thu Dec  4 11:42:53 2003
@@ -38,7 +38,7 @@
 (require 'thingatpt)
 
 (defvar common-lisp-hyperspec-root
-  "http://www.xanalys.com/software_tools/reference/HyperSpec/"
+  "http://www.lispworks.com/reference/HyperSpec/"
   "The root of the Common Lisp HyperSpec URL.
 If you copy the HyperSpec to your local system, set this variable to
 something like \"file:/usr/local/doc/HyperSpec/\".")
@@ -70,9 +70,9 @@
 by Kent Pitman and Xanalys Inc.  By default, the Xanalys Web site is
 visited to retrieve the information.  Xanalys Inc. allows you to transfer
 the entire Common Lisp HyperSpec to your own site under certain conditions.
-Visit http://www.xanalys.com/software_tools/reference/HyperSpec/ for more
-information.  If you copy the HyperSpec to another location, customize the
-variable `common-lisp-hyperspec-root' to point to that location."
+Visit http://www.lispworks.com/reference/HyperSpec/ for more information.
+If you copy the HyperSpec to another location, customize the variable
+`common-lisp-hyperspec-root' to point to that location."
   (interactive (list (let ((symbol-at-point (thing-at-point 'symbol)))
                        (if (and symbol-at-point
                                 (intern-soft (downcase symbol-at-point)





More information about the slime-cvs mailing list