summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-05-18 21:39:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-05-18 21:39:17 -0700
commit9e945775b879a4d6922f65e2d847011fdbcf488d (patch)
tree692456bd87c569a46d4f433ea35a5ef967a2f968
parent0644dfa597eb3c727296eb7823692e68ee45021f (diff)
downloadtxr-9e945775b879a4d6922f65e2d847011fdbcf488d.tar.gz
txr-9e945775b879a4d6922f65e2d847011fdbcf488d.tar.bz2
txr-9e945775b879a4d6922f65e2d847011fdbcf488d.zip
Grammar under Dot Position in Function Calls.
* txr.1: maybe -> may be.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 94e74310..39b363ee 100644
--- a/txr.1
+++ b/txr.1
@@ -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)