summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-12-30 17:01:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-12-30 17:01:03 -0800
commita75cb556442d1552bfb90cef5c6fa9a550ecc9be (patch)
tree94ecbfd72f8fef25a9d411723e45916f2cc64abd
parentc0089f9d62ac6cd1ce7067afb21d7ebee8b788e2 (diff)
downloadtxr-a75cb556442d1552bfb90cef5c6fa9a550ecc9be.tar.gz
txr-a75cb556442d1552bfb90cef5c6fa9a550ecc9be.tar.bz2
txr-a75cb556442d1552bfb90cef5c6fa9a550ecc9be.zip
doc: trim-left: don't document string case as fixed regex
* txr.1: Though it's not wrong, let's describe the string case as a fixed match without mentioning regex.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index c34aa421..a98fe150 100644
--- a/txr.1
+++ b/txr.1
@@ -54099,8 +54099,8 @@ matches all of
then the empty string is returned.
If the first argument is a character string, then it is treated
-as if it were a regular-expression match for that literal
-sequence of characters. Thus,
+as an exact match for that sequence of
+characters. Thus,
.code trim-left
interprets that string as a
.meta prefix