branch: elpa/sly
commit 577c548ee2b2921b45bf22e3ddd5b026ef372ada
Author: operator <[email protected]>
Commit: operator <[email protected]>
Fix file:// URL example in common-lisp-hyperspec-root docstring
---
lib/hyperspec.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/hyperspec.el b/lib/hyperspec.el
index fd46f2e7deb..a8fd66b2a2d 100644
--- a/lib/hyperspec.el
+++ b/lib/hyperspec.el
@@ -42,7 +42,7 @@
"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/\".")
+something like \"file:///usr/local/doc/HyperSpec/\".")
;;; Added variable for CLHS symbol table. See details below.
;;;