X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-context-mods.scm;h=fc3c4ad28a7101ba4748280a2908d8156943bb09;hb=6c543f54d528fc3ef293a64d76052290cd05bcba;hp=df820af6cca281cbcebfc4a3de85e012e7c3bcb1;hpb=ea4fdf1afa3e6bb9a7c586f5a533be93ff3312d3;p=lilypond.git diff --git a/scm/document-context-mods.scm b/scm/document-context-mods.scm index df820af6cc..fc3c4ad28a 100644 --- a/scm/document-context-mods.scm +++ b/scm/document-context-mods.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2011 Neil Puttock +;;;; Copyright (C) 2011--2012 Neil Puttock ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -73,8 +73,8 @@ " name-sym name-sym - (if (pair? docstring) - (cadar docstring) + (if (pair? docstring) + (cadar docstring) (begin (ly:warning "context modification `~a' not documented." name-sym) "(undocumented; fixme)"))