diff src/file-io.cc @ 3448:0fb75d95b14f

[project @ 2000-01-17 20:38:31 by jwe]
author jwe
date Mon, 17 Jan 2000 20:38:35 +0000
parents 69b167451491
children d25bc039237b
line wrap: on
line diff
--- a/src/file-io.cc
+++ b/src/file-io.cc
@@ -135,7 +135,10 @@
 }
 
 DEFUN (is_stream, args, ,
-  "is_stream (x): return nonzero if x is a stream object")
+  "-*- texinfo -*-\n\
+@deftypefn {Built-in Function} {} is_stream (@var{x})\n\
+Return true if @var{x} is a stream object.  Otherwise, return false.\n\
+@end deftypefn")
 {
   octave_value retval;