changeset 12580:2c4e52c83b64

Move pack() function to proper place in documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 06 Apr 2011 19:46:34 -0700
parents 0fed4935de94
children c8be316f9543
files doc/ChangeLog doc/interpreter/system.txi doc/interpreter/var.txi scripts/ChangeLog scripts/miscellaneous/pack.m
diffstat 5 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Apr 06 19:36:49 2011 -0700
+++ b/doc/ChangeLog	Wed Apr 06 19:46:34 2011 -0700
@@ -1,3 +1,8 @@
+2011-04-06  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/system.txi, interpreter/var.txi: Move pack() function to
+	proper place in documentation.
+
 2011-04-06  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/diffeq.txi, interpreter/eval.txi, interpreter/plot.txi,
--- a/doc/interpreter/system.txi	Wed Apr 06 19:36:49 2011 -0700
+++ b/doc/interpreter/system.txi	Wed Apr 06 19:46:34 2011 -0700
@@ -247,8 +247,6 @@
 
 @DOCSTRING(unzip)
 
-@DOCSTRING(pack)
-
 @DOCSTRING(unpack)
 
 @DOCSTRING(bzip2)
--- a/doc/interpreter/var.txi	Wed Apr 06 19:36:49 2011 -0700
+++ b/doc/interpreter/var.txi	Wed Apr 06 19:46:34 2011 -0700
@@ -358,6 +358,8 @@
 
 @DOCSTRING(clear)
 
+@DOCSTRING(pack)
+
 Information about a function or variable such as its location in the
 file system can also be acquired from within Octave.  This is usually
 only useful during development of programs, and not within a program.
--- a/scripts/ChangeLog	Wed Apr 06 19:36:49 2011 -0700
+++ b/scripts/ChangeLog	Wed Apr 06 19:46:34 2011 -0700
@@ -1,3 +1,7 @@
+2011-04-06  Rik  <octave@nomad.inbox5.com>
+
+	* miscellaneous/pack.m: Improve docstring.
+
 2011-04-06  Rik  <octave@nomad.inbox5.com>
 
 	* signal/module.mk: Make spectral density helper functions private.
--- a/scripts/miscellaneous/pack.m	Wed Apr 06 19:36:49 2011 -0700
+++ b/scripts/miscellaneous/pack.m	Wed Apr 06 19:46:34 2011 -0700
@@ -18,8 +18,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} pack ()
-## This function is provided for compatibility with @sc{matlab}, but it
-## doesn't actually do anything.
+## Consolidate workspace memory in @sc{matlab}.  This function is provided for
+## compatibility, but does nothing in Octave.
 ## @end deftypefn
 
 ## Author: jwe