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 b9476e91..bd0e5b46 100644
--- a/txr.1
+++ b/txr.1
@@ -20011,8 +20011,8 @@ symbol.
;; different types. Both have a method called bark.
(let ((bark-fun (umeth bark)))
- (bark-fun dog) ;; same effect as dog.(bark)
- (bark-fun seal)) ;; same effect as seal.(bark)
+ [bark-fun dog] ;; same effect as dog.(bark)
+ [bark-fun seal]) ;; same effect as seal.(bark)
.cble
The