From 2a441b7edd2c92ac9371ccafccc6e2820eab22a7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 10 Apr 2016 21:44:31 -0700 Subject: 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. --- txr.1 | 20 ++++++++++---------- 1 file 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 -- cgit v1.2.3