From a75cb556442d1552bfb90cef5c6fa9a550ecc9be Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 30 Dec 2022 17:01:03 -0800 Subject: 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. --- txr.1 | 4 ++-- 1 file 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 -- cgit v1.2.3