summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-07-12 22:56:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-07-12 22:56:42 -0700
commitde3d43c9c1c102de5705984b016c0ab8d5cec602 (patch)
treea05fedcf405f0fc9a78cfb0efb162a618aa7ca53
parent7513cce876df146917eb747a31e1a3f44344f4bb (diff)
downloadtxr-de3d43c9c1c102de5705984b016c0ab8d5cec602.tar.gz
txr-de3d43c9c1c102de5705984b016c0ab8d5cec602.tar.bz2
txr-de3d43c9c1c102de5705984b016c0ab8d5cec602.zip
* txr.1: Fix slipup, where call is referred to as funcall.
-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