functions: Fix in the comment of read-org-tbfs.
This commit is contained in:
parent
b52aa188b9
commit
765ab457a6
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@
|
||||||
(test-case "list->tbf"
|
(test-case "list->tbf"
|
||||||
(check-equal? (list->tbf '(1 2 3)) (tbf #(1 2) 3))))
|
(check-equal? (list->tbf '(1 2 3)) (tbf #(1 2) 3))))
|
||||||
|
|
||||||
;;; Reads of a list of TBF from an Org-mode table read by
|
;;; Reads a list of TBF from an Org-mode table read by
|
||||||
;;; read-org-sexp.
|
;;; read-org-sexp.
|
||||||
(define read-org-tbfs ((curry map) list->tbf))
|
(define read-org-tbfs ((curry map) list->tbf))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue