X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-lib.scm;h=5a62f9728c15a52244f06cdffea190cc14260b0a;hb=6a64c08ca9854fc09bc16248f3e4234231858ec8;hp=3cb430b383119555b4031dbaed70434a23d2fbd2;hpb=0921b2ae67376efaadf35bf597be929d9c7f71f5;p=lilypond.git diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 3cb430b383..5a62f9728c 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -3,7 +3,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2005 Han-Wen Nienhuys +;;;; (c) 2000--2006 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (use-modules (oop goops) @@ -169,7 +169,7 @@ with init values from ALIST (1st optional argument) (handle (assoc sym alist))) (if (eq? desc #f) - (ly:error (_ "can't find description for property ~S") sym)) + (ly:error (_ "can't find description for property ~S (~S)") sym where)) (cons (string-append "@code{" name "} "