emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/clhs 8e67fde 21/25: update the docs


From: Sam Steingold
Subject: [elpa] externals/clhs 8e67fde 21/25: update the docs
Date: Tue, 27 Apr 2021 20:38:56 -0400 (EDT)

branch: externals/clhs
commit 8e67fde5c5f6799fcace98d0daca67c9704f6d2c
Author: Sam Steingold <sds@gnu.org>
Commit: Sam Steingold <sds@gnu.org>

    update the docs
---
 clhs.el | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/clhs.el b/clhs.el
index a45d146..e766d4b 100644
--- a/clhs.el
+++ b/clhs.el
@@ -1,21 +1,27 @@
 ;;; clhs.el -- access the Common Lisp HyperSpec (CLHS)
 
-;;; this works with both
+;;; This works with both
 ;;; * the "long file name" version released by Harlequin and available
 ;;;   at the MIT web site as
-;;;   
<http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/FrontMatter/> and
-;;; * the "8.3 file name" version released later by Xanalys and available at
-;;;   <http://www.xanalys.com/software_tools/reference/HyperSpec/>
-;;;   and downloadable as
-;;;   
<http://www.xanalys.com/software_tools/reference/HyperSpec/HyperSpec-6-0.tar.gz>
+;;;   http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/FrontMatter/
+;;; * the "8.3 file name" version released later by Xanalys/LispWorks and
+;;;   available at http://www.lispworks.com/documentation/common-lisp.html
 ;;; This is accomplished by not hard-wiring the symbol->file table
-;;; but reading the Data/<map> file instead
+;;; but reading the Data/<map> file instead.
 
-;;; Copyright (C) 2002-2008, 2017, 2019 Sam Steingold <sds@gnu.org>
+;;; Copyright (C) 2002-2008, 2017, 2019, 2021 Sam Steingold <sds@gnu.org>
 ;;; Keywords: lisp, common lisp, emacs, ANSI CL, hyperspec
 ;;; released under the GNU GPL <http://www.gnu.org/copyleft/gpl.html>
 ;;; as a part of GNU CLISP <http://clisp.cons.org>, <http://www.clisp.org>
 
+;;; Usage:
+
+;; (autoload 'common-lisp-hyperspec "clhs" "Get doc on ANSI CL" t)
+;; (define-key help-map "\C-l" 'common-lisp-hyperspec)
+;; (custom-set-variables
+;;  '(tags-apropos-additional-actions
+;;    '(("Common Lisp" common-lisp-hyperspec common-lisp-hyperspec-symbols))))
+
 ;;; Commentary:
 
 ;; Kent Pitman and the Harlequin Group (later Xanalys) have made the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]