diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-07 07:05:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-07 07:05:53 -0700 |
commit | c1292d42aab5b8ac1026dbcb0b873927ab4e7b70 (patch) | |
tree | 6f7cf6c06928cc5954336dd44f066755dde88ada | |
parent | 52e1a059ea7feae38efb71330c83a671560e29fa (diff) | |
download | txr-c1292d42aab5b8ac1026dbcb0b873927ab4e7b70.tar.gz txr-c1292d42aab5b8ac1026dbcb0b873927ab4e7b70.tar.bz2 txr-c1292d42aab5b8ac1026dbcb0b873927ab4e7b70.zip |
doc: document function names in compound forms.
* txr.1: Under Compound Forms, specify what is a function
name.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11492,6 +11492,10 @@ also be an expression in the dotted position, if the form is a function call. If the form is a function call then the arguments are evaluated. If any of the arguments are symbols, they are treated according to Lisp-2 namespacing rules. +A function name may be a symbol, or else any of the syntactic forms given in the +description of the function +.codn func-get-name . + .NP* Dot Position in Function Calls If there is an expression in the dotted position of a function call |