about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guile/skribilo/engine/info.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guile/skribilo/engine/info.scm b/src/guile/skribilo/engine/info.scm
index 3e1bcf7..d92e47f 100644
--- a/src/guile/skribilo/engine/info.scm
+++ b/src/guile/skribilo/engine/info.scm
@@ -83,6 +83,7 @@
 ;*    info-node ...                                                    */
 ;*---------------------------------------------------------------------*/
 (define (info-node node next prev up)
+   ;; info "(info) Expert Info"
    (print "\n")
    (format #t "File: ~a,  Node: ~a,  ~:[~*~;Next: ~a,  ~]~:[~*~;Prev: ~a,  ~]Up: ~a~%"
            (info-dest) node next next prev prev up))
@@ -222,6 +223,7 @@
                                  footnotes)
                        ))))
               ;; FIXME: Handle `:ending'.
+              ;; TODO: Emit a tag table (info "(info) Tags").
               )))
 
 ;*---------------------------------------------------------------------*/