]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / function-documentation.cc
index 6454c3998916e15bcbc26a03561e85f3254f562d..dc05bb308883b975d382f0879d1fab790a26e15c 100644 (file)
@@ -23,7 +23,7 @@ void ly_add_function_documentation (SCM func,
   if (!strlen (doc))
     return ; 
     
-  if (!is_vector (doc_hash_table ))
+  if (!ly_c_vector_p (doc_hash_table ))
     doc_hash_table = scm_make_vector (scm_int2num (59), SCM_EOL);
 
   String s = String (" - ") + "LilyPond procedure: " + fname + " " + varlist