diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-11-03 19:43:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-11-03 19:43:26 -0700 |
commit | f39b26497600a7572420c427b2eaaea7ef352d87 (patch) | |
tree | 5e5d3b448237388880d58cb11ac5f2a1514ab98c | |
parent | e9df3633bfb7f9786fd517cb769be3b620c7ed36 (diff) | |
download | txr-f39b26497600a7572420c427b2eaaea7ef352d87.tar.gz txr-f39b26497600a7572420c427b2eaaea7ef352d87.tar.bz2 txr-f39b26497600a7572420c427b2eaaea7ef352d87.zip |
doc: spelling, doc-syms refresh.
* txr.1: Fix spelling errors that have crept in due to
read-once and the quasiliteral fixes to matching.
* stdlib/doc-syms.tl: Forgotten refresh, needed by the
fix to the wrong random-float-inc name.
-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 |