[slime-cvs] CVS slime

nsiivola nsiivola at common-lisp.net
Sat Oct 28 08:44:41 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv8026

Modified Files:
	ChangeLog hyperspec.el 
Log Message:
Missing Hyperspec links for ~| and ~~

--- /project/slime/cvsroot/slime/ChangeLog	2006/10/27 09:22:32	1.986
+++ /project/slime/cvsroot/slime/ChangeLog	2006/10/28 08:44:41	1.987
@@ -1,3 +1,7 @@
+2006-10-28 Ivan Toshkov <ivan at toshkov.org>
+
+	* hyperspec.el: Missing Hyperspec links for ~| and ~~
+
 2006-10-27 Ivan Toshkov <ivan at toshkov.org>
 
 	* hyperspec.el: Missing Hyperspec links for ~% and ~&
--- /project/slime/cvsroot/slime/hyperspec.el	2006/10/27 09:22:58	1.9
+++ /project/slime/cvsroot/slime/hyperspec.el	2006/10/28 08:44:41	1.10
@@ -1207,6 +1207,8 @@
 	'(("c" (22 3 1 1)) ("C: Character" (22 3 1 1))
 	  ("%" (22 3 1 2)) ("Percent: Newline" (22 3 1 2))
 	  ("&" (22 3 1 3)) ("Ampersand: Fresh-line" (22 3 1 3))
+	  ("|" (22 3 1 4)) ("Vertical-Bar: Page" (22 3 1 4))
+	  ("~" (22 3 1 5)) ("Tilde: Tilde" (22 3 1 5))
 	  ("r" (22 3 2 1)) ("R: Radix" (22 3 2 1))
 	  ("d" (22 3 2 2)) ("D: Decimal" (22 3 2-2))
           ("b" (22 3 2 3)) ("B: Binary" (22 3 2 3))




More information about the slime-cvs mailing list