Mercurial > hg > octave-nkf
diff src/builtins.cc @ 338:82d30a23c979
[project @ 1994-02-07 07:09:33 by jwe]
author | jwe |
---|---|
date | Mon, 07 Feb 1994 07:21:43 +0000 |
parents | b1cc443f0bd1 |
children | f23cd37a0013 |
line wrap: on
line diff
--- a/src/builtins.cc +++ b/src/builtins.cc @@ -424,7 +424,7 @@ "isstr (X): return 1 if X is a string", }, { "keyboard", 2, 1, builtin_keyboard, - "keyboard (\"prompt\"): maybe help in debugging M-files", }, + "keyboard (\"prompt\"): maybe help in debugging function files", }, { "logm", 2, 1, builtin_logm, "logm (x): matrix logarithm", }, @@ -702,8 +702,8 @@ "sqrt (-1)", }, { "ignore_function_time_stamp", "system", ignore_function_time_stamp, - "don't check to see if M-files have changed since they were last\n\ -compiled. Possible values are \"system\" and \"all\"", }, + "don't check to see if function files have changed since they were\n\ +last compiled. Possible values are \"system\" and \"all\"", }, { "implicit_str_to_num_ok", "false", implicit_str_to_num_ok, "allow implicit string to number conversion", },