From 1c8fbe4dc400ab5b40d4adf69d78e6ee71b2dea8 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 20 Aug 2006 22:21:42 +0000 Subject: *** empty log message *** --- scm/documentation-lib.scm | 2 +- scm/lily.scm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scm') diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 5a62f9728c..859032cc42 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -111,7 +111,7 @@ "\\input texinfo @c -*-texinfo-*-" "\n@setfilename " file-name ".info" "\n@settitle " name - "\n@dircategory GNU music project" + "\n@dircategory LilyPond" "\n@direntry" ;; prepend GNU for dir, must be unique "\n* GNU " name ": (" file-name "). " name "." diff --git a/scm/lily.scm b/scm/lily.scm index 79b060ec70..484c81ecd9 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -13,9 +13,9 @@ `((point-and-click #t "use point & click") (paper-size "a4" "the default paper size") (midi-debug #f "generate human readable MIDI") - (dump-signatures #f "dump output signatures of each system (EPS backend)") + (dump-signatures #f "dump output signatures of each system") (internal-type-checking #f "check every property assignment for types") - (parse-protect #t "continue when finding errors in inline + (parse-protect #t "continue when finding errors in inline scheme are caught in the parser. If off, halt on errors, and print a stack trace.") (profile-property-accesses #f "keep statistics of get_property() calls.") @@ -39,7 +39,7 @@ similar to chord syntax") (ttf-verbosity 0 "how much verbosity for TTF font embedding?") (debug-gc #f - "dump GC protection info") + "dump memory debugging statistics") (show-available-fonts #f "List font names available.") (read-file-list #f "Read files to be processed from command line arguments") -- cgit v1.2.3