summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 65e52bce..8952d3d2 100644
--- a/txr.1
+++ b/txr.1
@@ -33969,8 +33969,8 @@ being the first four elements of an infinite repetition of
.verb
;; change characters between angle brackets to upper case.
[window-map 1 nil (lambda (x y z)
- (if (and (eq x #\<)
- (eq z #\>))
+ (if (and (eq x #\e<)
+ (eq z #\e>))
(chr-toupper y)
y))
"ab<c>de<f>g"]