summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 5bc526be..98e9d3d2 100644
--- a/txr.1
+++ b/txr.1
@@ -38079,7 +38079,7 @@ which indicates that no replacement is to take place.
(regsub #/Hello/ "Goodbye" "Hello world!") -> "Goodbye world!"
;; Left-anchored replacement with r^ function:
- (regsub (op r^ #/H/) "J" "Hello, hello!") -> "Jello, hello!"
+ (regsub (fr^ #/H/) "J" "Hello, hello!") -> "Jello, hello!"
.cble
.coNP Function @ regexp