Added TODO note, only.

This commit is contained in:
Simon Brooke 2020-02-14 08:51:14 +00:00
parent 970636325a
commit 0417fda910

View file

@ -43,6 +43,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Error to show if text to be rendered is nil. ;; Error to show if text to be rendered is nil.
;; TODO: should go through i18n
(def no-text-error "No text: does the file exist?") (def no-text-error "No text: does the file exist?")
@ -187,3 +188,4 @@
(reintegrate-inclusions (process-text md-src))) (reintegrate-inclusions (process-text md-src)))