From de3d43c9c1c102de5705984b016c0ab8d5cec602 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 12 Jul 2013 22:56:42 -0700 Subject: * txr.1: Fix slipup, where call is referred to as funcall. --- ChangeLog | 4 ++++ txr.1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d858e2dd..584e54b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-07-12 Kaz Kylheku + + * txr.1: Fix slipup, where call is referred to as funcall. + 2013-07-12 Kaz Kylheku Version 67 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 -- cgit v1.2.3