diff doc/interpreter/func.txi @ 6549:5a5a09d7deb8

[project @ 2007-04-20 06:55:29 by jwe]
author jwe
date Fri, 20 Apr 2007 06:55:29 +0000
parents cbae86745c5b
children 5dde4dc2bcaf
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Fri Apr 20 05:31:41 2007 +0000
+++ b/doc/interpreter/func.txi	Fri Apr 20 06:55:29 2007 +0000
@@ -25,6 +25,7 @@
 * Script Files::                
 * Dynamically Linked Functions::  
 * Function Handles and Inline::
+* Commands::
 * Organization of Functions::   
 @end menu
 
@@ -591,6 +592,14 @@
 
 @c FIXME -- note about time stamps on files in NFS environments?
 
+@DOCSTRING(mfilename)
+
+@DOCSTRING(mlock)
+
+@DOCSTRING(munlock)
+
+@DOCSTRING(mislocked)
+
 @DOCSTRING(addpath)
 
 @DOCSTRING(genpath)
@@ -611,6 +620,12 @@
 
 @DOCSTRING(ignore_function_time_stamp)
 
+@DOCSTRING(autoload)
+
+@DOCSTRING(builtin)
+
+@DOCSTRING(dispatch)
+
 @node Script Files
 @section Script Files
 
@@ -929,6 +944,12 @@
 can call in a built-in function.  For the time being, you will have to
 read the source code for Octave.
 
+@DOCSTRING(mkoctfile)
+
+@DOCSTRING(mex)
+
+@DOCSTRING(mexext)
+
 @node Function Handles and Inline
 @section Function Handles and Inline
 @cindex handle, function handles
@@ -962,6 +983,21 @@
 
 @DOCSTRING(vectorize)
 
+@node Commands
+@section Commands
+
+@DOCSTRING(mark_as_command)
+
+@DOCSTRING(unmark_command)
+
+@DOCSTRING(iscommand)
+
+@DOCSTRING(mark_as_rawcommand)
+
+@DOCSTRING(unmark_rawcommand)
+
+@DOCSTRING(israwcommand)
+
 @node Organization of Functions
 @section Organization of Functions Distributed with Octave