diff options
Diffstat (limited to 'module/scripts/display-commentary.scm')
-rw-r--r-- | module/scripts/display-commentary.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/scripts/display-commentary.scm b/module/scripts/display-commentary.scm index 5bd249ce9..81d7907af 100644 --- a/module/scripts/display-commentary.scm +++ b/module/scripts/display-commentary.scm @@ -1,6 +1,6 @@ ;;; display-commentary --- As advertized -;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2006, 2011 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License @@ -33,6 +33,8 @@ :use-module (ice-9 documentation) :export (display-commentary)) +(define %summary "Display the Commentary section from a file or module.") + (define (display-commentary-one file) (format #t "~A commentary:\n~A" file (file-commentary file))) |