]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor/programming-work.itexi
Manual cleanup after unsmob_xxx -> Xxx:unsmob conversion
[lilypond.git] / Documentation / contributor / programming-work.itexi
index 447f553ea4cf2b1f57e5c736f4794aee06392112..a02910b768f1af603cc4508b46c9e92efb379327 100644 (file)
@@ -2149,7 +2149,7 @@ Test whether the type of @var{s} is [type].
 often than not, the code checks Lilypond specific C++-implemented
 types using
 
-@subsubheading [type *] unsmob_[type] (SCM s)
+@subsubheading [Type *] 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