diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 |