# HG changeset patch # User jwe # Date 813888224 0 # Node ID 0104de09d365d9e958cdea3f3ed9a3bcf56e5b59 # Parent 562fed28ce2238ef378b5610ed4bc6882fbdfe43 [project @ 1995-10-17 00:03:44 by jwe] diff -r 562fed28ce22 -r 0104de09d365 src/variables.cc --- a/src/variables.cc Sun Oct 15 03:29:14 1995 +0000 +++ b/src/variables.cc Tue Oct 17 00:03:44 1995 +0000 @@ -189,8 +189,13 @@ DEFUN ("exist", Fexist, Sexist, 10, "exist (NAME): check if variable or file exists\n\ \n\ -return 0 if NAME is undefined, 1 if it is a variable, or 2 if it is\n\ -a function.") +returns:\n\ +\n\ + 0 : NAME is undefined\n\ + 1 : NAME is a variable\n\ + 2 : NAME is a function\n\ + 3 : NAME is a .oct file in the current LOADPATH\n\ + 5 : NAME is a built-in function") { Octave_object retval;