diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-03-13 06:53:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-03-13 06:53:47 -0700 |
commit | b4fd5a94ce34737663e5264fa22fa9308fbe09ed (patch) | |
tree | 251d99447be39b67aad18dea56e9eca75b62d665 | |
parent | a93f0bfaad80e050870caf6918f96aac9f32c6c1 (diff) | |
download | txr-b4fd5a94ce34737663e5264fa22fa9308fbe09ed.tar.gz txr-b4fd5a94ce34737663e5264fa22fa9308fbe09ed.tar.bz2 txr-b4fd5a94ce34737663e5264fa22fa9308fbe09ed.zip |
doc: bungled text under in-package.
* txr.1: Fix sentence fragmentation and redundant
text in last paragraph under in-package.
-rw-r--r-- | txr.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -42807,9 +42807,8 @@ The argument expression isn't evaluated, and so must not be quoted. The code generated by the macro performs a search for the -package; if the package is not found at the time when -the macro's expansion is evaluated. An error is thrown if -the package isn't found. +package. If the package is not found at the time when +the macro's expansion is evaluated, an error is thrown. .SS* Pseudo-random Numbers .coNP Special variable @ *random-state* |