]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/to-xml.scm
[scm] Improve formatting of `define-public' functions.
[lilypond.git] / scm / to-xml.scm
index d3f5fc4f02f7da12a70e05fa8f78d57994e29f77..f1d2e76d2e080ff53fa47d93acc34a0c1f1d7f24 100644 (file)
@@ -231,7 +231,7 @@ is then separated.
   (string-append "</" (symbol->string name) ">"))
 
 (define-public (music-to-xml music port)
-  "Dump XML-ish stuff to PORT."
+  "Dump XML-ish stuff to @var{port}."
 
   ;; dtd contains # -- This confuses tex during make doc.
   ;;
@@ -242,7 +242,7 @@ is then separated.
   (display (close-tag 'music) port))
 
 (define-public (music-to-musicxml music port)
-  "Dump MusicXML-ish stuff to PORT."
+  "Dump MusicXML-ish stuff to @var{port}."
 
   ;; dtd contains # -- This confuses tex during make doc.
   ;;