diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-18 21:39:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-18 21:39:17 -0700 |
commit | bc13a8a6f91ef108fbda2a865a118cb2bde5d7c6 (patch) | |
tree | 692456bd87c569a46d4f433ea35a5ef967a2f968 | |
parent | 056105906c03b6b5bc7ca5be72dd3d3d632822ff (diff) | |
download | txr-bc13a8a6f91ef108fbda2a865a118cb2bde5d7c6.tar.gz txr-bc13a8a6f91ef108fbda2a865a118cb2bde5d7c6.tar.bz2 txr-bc13a8a6f91ef108fbda2a865a118cb2bde5d7c6.zip |
Grammar under Dot Position in Function Calls.
* txr.1: maybe -> may be.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10154,8 +10154,8 @@ namely that the meta-numbers and meta-symbols of the .code op operator can be used in the dot position). -If the dot position of a compound form is an atom, then the behavior maybe -understood according to the following transformations: +If the dot position of a compound form is an atom, then the behavior +may be understood according to the following transformations: .cblk (f a b c ... . x) --> (apply (fun f) a b c ... x) |