]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/to-xml.scm
Remove deprecated function ly:set-point-and-click.
[lilypond.git] / scm / to-xml.scm
index 82c563da6b33d72dffebcd559b604d13bbb05d12..7e2ba0caab794077f5d8e17b6b2ec07618f1d988 100644 (file)
@@ -222,7 +222,7 @@ is then separated.
 (define-public (music-to-xml music port)
   "Dump XML-ish stuff to PORT."
 
-  ;; dtd contains # -- This confuses tex during make web.
+  ;; dtd contains # -- This confuses tex during make doc.
   ;;
   ;;  (display (dtd-header) port)
   
@@ -233,7 +233,7 @@ is then separated.
 (define-public (music-to-musicxml music port)
   "Dump MusicXML-ish stuff to PORT."
 
-  ;; dtd contains # -- This confuses tex during make web.
+  ;; dtd contains # -- This confuses tex during make doc.
   ;;
   ;;  (display (dtd-header) port)