From b95d28e4148c32613b65fc692ad62c73fc652c4c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 5 Feb 2018 06:28:57 -0800 Subject: doc: clarify text under constantp * txr.1: Restructure long sentence for readability, fixing awkward comma in the process. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index aeeee908..bf894652 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3