diff options
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 |