From 66f3e6b72dad5a2641bf42fc3c1b32f3c5dfaadd Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 25 Jan 2025 06:57:48 -0800 Subject: doc: *print-flo-format*: show string value in quotes. * txr.1: The example possible value "~3,4f" should be shown as a string literal in quotes. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 68b31ff1..b5dcf076 100644 --- a/txr.1 +++ b/txr.1 @@ -62108,7 +62108,7 @@ argument. The conversion string may use embedded width and precision values: for instance, -.code "~3,4f" +.str "~3,4f" is a valid value for .code *print-flo-format* or -- cgit v1.2.3