changeset 12568:b22816427ce9

Add isdeployed function to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 02 Apr 2011 12:41:16 -0700
parents cc8ccdfec424
children 6ef23b4a3402
files doc/ChangeLog doc/interpreter/system.txi
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-02  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/system.txi: Add isdeployed function to documentation.
+
 2011-03-31  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/io.txi: Add list_in_columns, terminal_size functions
--- a/doc/interpreter/system.txi
+++ b/doc/interpreter/system.txi
@@ -482,6 +482,8 @@
 
 @DOCSTRING(isieee)
 
+@DOCSTRING(isdeployed)
+
 @DOCSTRING(OCTAVE_HOME)
 
 @DOCSTRING(matlabroot)