From: David Kastrup Date: Sat, 30 May 2015 08:14:21 +0000 (+0200) Subject: Fix oversight in CG from issue 4365 X-Git-Tag: release/2.19.22-1~68^2~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df6ed3aed7aeff7d47cbf44bd54d74e17a41eaf0;hp=01cf27b0b2ef4625b7b7f023848df87bb1e4e382;p=lilypond.git Fix oversight in CG from issue 4365 --- diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index 28f6e8d4a6..fd850f4b1c 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -2160,7 +2160,7 @@ Test whether the type of @var{s} is [type]. often than not, the code checks Lilypond specific C++-implemented types using -@subsubheading [Type *] Type::unsmob (SCM s) +@subsubheading [Type *] unsmob (SCM s) This tries converting a Scheme object to a pointer of the desired kind. If the Scheme object is of the wrong type, a pointer value