]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
*** empty log message ***
[lilypond.git] / lily / function-documentation.cc
index 571777bde42cb734d803d750d9856dbfda1ede0b..62740cdd1a42ffa2358f58ec5b23e517ad1695cd 100644 (file)
@@ -11,7 +11,7 @@ void ly_add_function_documentation (char const * fname,
     doc_hash_table = scm_make_vector (gh_int2scm (59), SCM_EOL);
 
 
-  SCM entry = gh_cons (ly_str02scm (varlist), ly_str02scm (doc));
+  SCM entry = gh_cons (scm_makfrom0str (varlist), scm_makfrom0str (doc));
   scm_hashq_set_x (doc_hash_table, ly_symbol2scm (fname), entry);
 }