diff options
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r-- | doc/user/user.skb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb index fb0c8d2..1403e71 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -38,6 +38,7 @@ (define *function-index* (make-index "function")) (define *package-index* (make-index "package")) + ;*---------------------------------------------------------------------*/ ;* The document */ ;*---------------------------------------------------------------------*/ @@ -59,7 +60,7 @@ This is the documentation for Skribe version (linebreak 1) ;;; Introduction -(chapter :title "Introduction" :number #f :toc #f [ +(chapter :title "Introduction" :number #f :toc #f :file #f [ Skribe is a programming language designed for implementing electronic documents. It is mainly designed for the writing of technical documents such as the documentation of computer programs. With Skribe these |