summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2016-04-10 21:44:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-04-10 21:44:31 -0700
commit2a441b7edd2c92ac9371ccafccc6e2820eab22a7 (patch)
tree50d070049a2bf6897aa0701c76712c0698a4e75f /txr.1
parent58bea998f5e5581ba8568dd83c4bebf883fabf76 (diff)
downloadtxr-2a441b7edd2c92ac9371ccafccc6e2820eab22a7.tar.gz
txr-2a441b7edd2c92ac9371ccafccc6e2820eab22a7.tar.bz2
txr-2a441b7edd2c92ac9371ccafccc6e2820eab22a7.zip
Fix more macro name misspellings in manual.
* txr.1: A few occurrences of .codn misspelled .cond are are fixed and one .cod fixed to .code.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.120
1 files changed, 10 insertions, 10 deletions
diff --git a/txr.1 b/txr.1
index 62ffe92c..75b1a309 100644
--- a/txr.1
+++ b/txr.1
@@ -32717,9 +32717,9 @@ variable determines the conversion format which is applied when
a floating-point value is converted to decimal text by the
functions
.codn print ,
-.cond pprint ,
-.cond prinl ,
-.cond pprinl ,
+.codn pprint ,
+.codn prinl ,
+.codn pprinl ,
.code tostring
and
.codn tostringp .
@@ -32758,9 +32758,9 @@ the
variable, by default, also determines the precision which applies when
floating-point values are converted to decimal text by the functions
.codn print ,
-.cond pprint ,
-.cond prinl ,
-.cond pprinl ,
+.codn pprint ,
+.codn prinl ,
+.codn pprinl ,
.code tostring
and
.codn tostringp .
@@ -32803,9 +32803,9 @@ The
variable controls the base (radix) used for printing integer values.
It applies when the functions
.codn print ,
-.cond pprint ,
-.cond prinl ,
-.cond pprinl ,
+.codn pprint ,
+.codn prinl ,
+.codn pprinl ,
.code tostring
and
.codn tostringp
@@ -39825,7 +39825,7 @@ functions do not recognize UTF-8 multi-byte characters.
The screen updating logic in the listener is based on the assumption that
the display terminal uses DEC VT100 emulation. No other terminal emulation
is supported. The
-.cod TERM
+.code TERM
environment variable is ignored.
.SS* Ways to Quit