Skip to content
Snippets Groups Projects
Commit 5d50944f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr msg

parent 82d26734
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ string NFunctions::list() ...@@ -314,7 +314,7 @@ string NFunctions::list()
ret += " " + f->txt; ret += " " + f->txt;
} else { // functions } else { // functions
if( f->prec!=prec ) if( f->prec!=prec )
ret += "\nFunctions (number of arguments):\n"; ret += "\nBuilt-in functions:\n";
ret += " " + f->txt + f->com + "\n"; ret += " " + f->txt + f->com + "\n";
} }
prec = f->prec; prec = f->prec;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment