diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-02-05 06:28:57 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-02-05 06:28:57 -0800 |
commit | 63f5d1e18d44791e07ca0aeb9cdba3cbbdaf4da8 (patch) | |
tree | ad59aff207998a6ccda3aacff1fd4340ee6890cf | |
parent | bfcd3c607951a060791b31d86a21d547c1269e4e (diff) | |
download | txr-63f5d1e18d44791e07ca0aeb9cdba3cbbdaf4da8.tar.gz txr-63f5d1e18d44791e07ca0aeb9cdba3cbbdaf4da8.tar.bz2 txr-63f5d1e18d44791e07ca0aeb9cdba3cbbdaf4da8.zip |
doc: clarify text under constantp
* txr.1: Restructure long sentence for readability, fixing
awkward comma in the process.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16109,10 +16109,10 @@ argument is used for macro-expanding Currently, .code constantp -returns true for any form, which, after macro-expansion is a compound -form with the symbol +returns true for any form which, after macro-expansion, is any of +the following: a compound form with the symbol .code quote -in its first position, a non-symbolic atom, or one of the symbols +in its first position; a non-symbolic atom; or one of the symbols which evaluate to themselves and cannot be bound as variables. These symbols are the keyword symbols, and the symbols .code t |