]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 7 May 2004 18:16:01 +0000 (18:16 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 7 May 2004 18:16:01 +0000 (18:16 +0000)
scm/document-functions.scm

index 3bce48caf6750dd7a4686cedc93a1302eba6a5f6..85e6219f784895f3d4644f1ec96107b1b81c9c88 100644 (file)
@@ -6,8 +6,7 @@
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 (use-modules
- (ice-9 regex)
- )
+ (ice-9 regex))
 
 (define (dashify-underscores str)
    (regexp-substitute/global #f "_" str 'pre "-" 'post))
@@ -23,8 +22,7 @@
   (string-append
    "@defun " (symbol->string name)  " " (format-c-header c-header) "\n"
    doc-string
-   "\n@end defun\n\n")
-   )
+   "\n@end defun\n\n"))
 
 (define all-scheme-functions
    (hash-fold
                )
              all-scheme-functions)
         )
-       (sfdocs (sort fdocs string<?))
-       
-       )
-
+       (sfdocs (sort fdocs string<?))) 
     (make <texi-node>
       #:name "Scheme functions"
       #:desc "Primitive functions exported by LilyPond"