diff options
-rw-r--r-- | ccwl/ccwl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index aca89cd..27012ec 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -268,8 +268,8 @@ represented by <step> objects." ((tee expressions ...) (append-mapn (cut collect-steps <> input-keys) #'(expressions ...))) - ;; commands with only a single input and when only a single key is - ;; available at this step + ;; commands with only a single input when only a single key is + ;; available at this step and when no inputs are passed to it ((command (step-id)) (and (command-object #'command) (= (length input-keys) 1) |