changeset 15510:cea08e743c2c

doc: Clarify that exist (name, "file") also includes directories (bug #37512). * libinterp/interpfcn/variables.cc: Clarify docstring. Add more seealso references.
author Rik <rik@octave.org>
date Thu, 11 Oct 2012 20:02:34 -0700
parents b9b9795a7cd9
children f0dfdc7faa71
files libinterp/interpfcn/variables.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interpfcn/variables.cc
+++ b/libinterp/interpfcn/variables.cc
@@ -543,13 +543,13 @@
 Check only for built-in functions.\n\
 \n\
 @item \"file\"\n\
-Check only for files.\n\
+Check only for files and directories.\n\
 \n\
 @item \"dir\"\n\
 Check only for directories.\n\
 @end table\n\
 \n\
-@seealso{file_in_loadpath}\n\
+@seealso{file_in_loadpath, file_in_path, stat}\n\
 @end deftypefn")
 {
   octave_value retval = false;