summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2025-01-25 06:57:48 -0800
committerKaz Kylheku <kaz@kylheku.com>2025-01-25 06:57:48 -0800
commit9e767985d1277b0612af2cf3b0497ade4aeaa3d6 (patch)
treeda830197bd134ad17d960e83551b653c40c5ceeb
parenteccd0678672fc5058f87a7ca95308d002b7c350b (diff)
downloadtxr-9e767985d1277b0612af2cf3b0497ade4aeaa3d6.tar.gz
txr-9e767985d1277b0612af2cf3b0497ade4aeaa3d6.tar.bz2
txr-9e767985d1277b0612af2cf3b0497ade4aeaa3d6.zip
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.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
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