documentation updated about dollar char
authorHenrik Hjelte <henrik.hjelte@evahjelte.com>
Tue, 11 Jul 2006 10:09:52 +0000 (10:09 +0000)
committerHenrik Hjelte <henrik.hjelte@evahjelte.com>
Tue, 11 Jul 2006 10:09:52 +0000 (10:09 +0000)
docs/manual.pdf
docs/reference.lisp
t/reference-tests.lisp

dissimilarity index 95%
index fab67e8..6c53cfb 100644 (file)
Binary files a/docs/manual.pdf and b/docs/manual.pdf differ
index 1828d3b..c7ae72f 100644 (file)
 ;;;t \index{symbol conversion}
 
 ;;; Lisp symbols are converted to JavaScript symbols by following a
-;;; few simple rules. Special characters `!', `?', `#', `$', `@', `%',
+;;; few simple rules. Special characters `!', `?', `#', `@', `%',
 ;;; '/', `*' and `+' get replaced by their written-out equivalents
-;;; "bang", "what", "hash", "dollar", "at", "percent", "slash",
-;;; "start" and "plus" respectively.
+;;; "bang", "what", "hash", "at", "percent", "slash",
+;;; "start" and "plus" respectively. The `$' character is untouched.
 
-!?#$@% => bangwhathashdollaratpercent
+!?#@% => bangwhathashatpercent
 
 ;;; The `-' is an indication that the following character should be
 ;;; converted to uppercase. Thus, `-' separated symbols are converted
index f67ad03..4d3e821 100644 (file)
@@ -19,8 +19,8 @@
 }")
 
 (test-ps-js symbol-conversion-1
-  !?#$@%
-  "bangwhathashdollaratpercent")
+  !?#@%
+  "bangwhathashatpercent")
 
 (test-ps-js symbol-conversion-2
   bla-foo-bar