diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-07-12 22:56:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-07-12 22:56:42 -0700 |
commit | de3d43c9c1c102de5705984b016c0ab8d5cec602 (patch) | |
tree | a05fedcf405f0fc9a78cfb0efb162a618aa7ca53 /txr.1 | |
parent | 7513cce876df146917eb747a31e1a3f44344f4bb (diff) | |
download | txr-de3d43c9c1c102de5705984b016c0ab8d5cec602.tar.gz txr-de3d43c9c1c102de5705984b016c0ab8d5cec602.tar.bz2 txr-de3d43c9c1c102de5705984b016c0ab8d5cec602.zip |
* txr.1: Fix slipup, where call is referred to as funcall.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |