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
commit66f3e6b72dad5a2641bf42fc3c1b32f3c5dfaadd (patch)
treeda830197bd134ad17d960e83551b653c40c5ceeb
parent17cfe8242b4c920f713edf460d44939da69e05cd (diff)
downloadtxr-66f3e6b72dad5a2641bf42fc3c1b32f3c5dfaadd.tar.gz
txr-66f3e6b72dad5a2641bf42fc3c1b32f3c5dfaadd.tar.bz2
txr-66f3e6b72dad5a2641bf42fc3c1b32f3c5dfaadd.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