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
commit8d932ee71f71de3b67c16cac6080c2166ffbc9f6 (patch)
tree94ecbfd72f8fef25a9d411723e45916f2cc64abd
parent8888ab2030bd880a2bd0dcdbd2ab2cfead3ad56b (diff)
downloadtxr-8d932ee71f71de3b67c16cac6080c2166ffbc9f6.tar.gz
txr-8d932ee71f71de3b67c16cac6080c2166ffbc9f6.tar.bz2
txr-8d932ee71f71de3b67c16cac6080c2166ffbc9f6.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