diff options
-rw-r--r-- | stdlib/doc-syms.tl | 4 | ||||
-rw-r--r-- | txr.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 7df26d2e..a2f24324 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1530,8 +1530,8 @@ ("random" "N-03A57C86") ("random-buf" "N-00161346") ("random-fixnum" "N-03A57C86") - ("random-float" "N-0336F715") - ("random-float-inc" "N-0336F715") + ("random-float" "N-0276C623") + ("random-float-incl" "N-0276C623") ("random-state-get-vec" "N-005C0F98") ("random-state-p" "N-00C9A749") ("range" "N-033BE5A1") @@ -41843,7 +41843,7 @@ allows .code inc-positive to simply make multiple references to .code "(,getter)" -which will cache the value; the macro deosn't have to to introduce its own +which will cache the value; the macro doesn't have to to introduce its own hidden caching variable. .coNP Special variables @, *place-update-expander* @ *place-clobber-expander* and @ *place-delete-expander* @@ -42593,7 +42593,7 @@ and is therefore translated into .codn "@`...quasilit...`" . Since that is equivalent to .codn "`...quasilit...`" , -quasiteral matching is supported within quasiquote notation +quasiliteral matching is supported within quasiquote notation in a straightforward way. .meIP >> ~ expr In JSON syntax, unquotes are given the same above treatment as |