summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-27 06:50:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-27 06:50:25 -0700
commit7a6d4cf70a85e34d42eafedfe8d504d4f303eccf (patch)
tree14563736e21ce31083ed78dd2d563385f1a750e4 /txr.1
parent7ae20049c6279c2dc99ca8de836e427c55e9ae9f (diff)
downloadtxr-7a6d4cf70a85e34d42eafedfe8d504d4f303eccf.tar.gz
txr-7a6d4cf70a85e34d42eafedfe8d504d4f303eccf.tar.bz2
txr-7a6d4cf70a85e34d42eafedfe8d504d4f303eccf.zip
doc: hyphenate "top-level" consistently.
* txr.1: Around half a dozen toplevel -> top-level edits.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.114
1 files changed, 7 insertions, 7 deletions
diff --git a/txr.1 b/txr.1
index d6b6a0ca..222d28f7 100644
--- a/txr.1
+++ b/txr.1
@@ -7479,7 +7479,7 @@ Example:
@(end)
@(define fun)
@ (output)
- toplevel fun!
+ top-level fun!
@ (end)
@(end)
@(define callee)
@@ -7496,7 +7496,7 @@ Example:
.IP output:
.cblk
\ local fun!
- toplevel fun!
+ top-level fun!
.cble
.PP
@@ -7504,11 +7504,11 @@ Here, the function
.code which
is defined which calls
.codn fun .
-A toplevel definition of
+A top-level definition of
.code fun
is introduced which
outputs
-.strn "toplevel fun!" .
+.strn "top-level fun!" .
The function
.code callee
provides its own local
@@ -7529,7 +7529,7 @@ local definition. When
.code which
is called directly from the top level, its
.code fun
-call goes to the toplevel definition.
+call goes to the top-level definition.
.NP* Indirect Calls
@@ -9597,7 +9597,7 @@ is done in the context of the catch.
In the above example,
.code c
-has a toplevel binding to the string
+has a top-level binding to the string
.strn "c" ,
but then becomes unbound
via
@@ -37957,7 +37957,7 @@ function ("interactive read") is similar to
.code read
except that it parses a modified version of the syntax. The modified
syntax does not support the application of the dot and dotdot operators
-on a toplevel expression. For instance, if the input is
+on a top-level expression. For instance, if the input is
.code a.b
or
.code "a .. b"