# HG changeset patch # User Rik # Date 1302144394 25200 # Node ID 2c4e52c83b64d04e14838f5f329161aabe844ee1 # Parent 0fed4935de94c05c0c74e5b86f257241dac74550 Move pack() function to proper place in documentation. diff -r 0fed4935de94 -r 2c4e52c83b64 doc/ChangeLog --- 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 + + * interpreter/system.txi, interpreter/var.txi: Move pack() function to + proper place in documentation. + 2011-04-06 Rik * interpreter/diffeq.txi, interpreter/eval.txi, interpreter/plot.txi, diff -r 0fed4935de94 -r 2c4e52c83b64 doc/interpreter/system.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) diff -r 0fed4935de94 -r 2c4e52c83b64 doc/interpreter/var.txi --- 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. diff -r 0fed4935de94 -r 2c4e52c83b64 scripts/ChangeLog --- 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 + + * miscellaneous/pack.m: Improve docstring. + 2011-04-06 Rik * signal/module.mk: Make spectral density helper functions private. diff -r 0fed4935de94 -r 2c4e52c83b64 scripts/miscellaneous/pack.m --- 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