summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--txr.12
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d858e2dd..584e54b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-07-12 Kaz Kylheku <kaz@kylheku.com>
+ * txr.1: Fix slipup, where call is referred to as funcall.
+
+2013-07-12 Kaz Kylheku <kaz@kylheku.com>
+
Version 67
* txr.c (version): Bumped.
diff --git a/txr.1 b/txr.1
index 5935fb4a..a753aec4 100644
--- a/txr.1
+++ b/txr.1
@@ -5305,7 +5305,7 @@ occurences of the call and fun operators. For instance:
;; regular notation
- (funcall foo (fun second) '((1 a) (2 b)))
+ (call foo (fun second) '((1 a) (2 b)))
;; [] notation