X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffunction-documentation.cc;h=5081d7eb58592dc082eabe6af715e3d000225dbc;hb=e0106a2533e8a6a90db07941af4ad3830667fe6e;hp=cb04138ac10620077324c122d2376c435a2000a5;hpb=8a719f6eec1bd84269a55d1ec99adb3f17c04e64;p=lilypond.git diff --git a/lily/function-documentation.cc b/lily/function-documentation.cc index cb04138ac1..5081d7eb58 100644 --- a/lily/function-documentation.cc +++ b/lily/function-documentation.cc @@ -9,7 +9,7 @@ #include using namespace std; -#include "string.hh" +#include "std-string.hh" #include "lily-guile.hh" static SCM doc_hash_table; @@ -25,7 +25,7 @@ void ly_add_function_documentation (SCM func, if (!doc_hash_table) doc_hash_table = scm_permanent_object (scm_c_make_hash_table (59)); - String s = String (" - ") + "LilyPond procedure: " + fname + " " + varlist + string s = string (" - ") + "LilyPond procedure: " + fname + " " + varlist + "\n" + doc; scm_set_procedure_property_x (func, ly_symbol2scm ("documentation"),