Mercurial > hg > octave-lyh
changeset 11556:e582adc89d55
update whos help text
author | Michael Godfrey <godfrey@isl.stanford.edu> |
---|---|
date | Mon, 17 Jan 2011 13:25:13 -0500 |
parents | f359cfc6e24d |
children | e9d72a3caa46 |
files | src/ChangeLog src/variables.cc |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-01-17 Michael Godfrey <godfrey@isl.stanford.edu> + + * variables.cc (Fwhos): Describe a and f attributes in help text. + 2011-01-17 John W. Eaton <jwe@octave.org> * sighandlers.cc (octave_signal_handler): Wait for children here.
--- a/src/variables.cc +++ b/src/variables.cc @@ -1793,11 +1793,18 @@ @item blank\n\ Variable in local scope\n\ \n\ +@item @code{a}\n\ +Automatic variable. An automatic variable is one created by the\n\ +interpreter, for example @code{argn}.\n\ +\n\ +@item @code{f}\n\ +Formal parameter (function argument).\n\ +\n\ @item @code{g}\n\ -Variable with global scope\n\ +Variable with global scope.\n\ \n\ @item @code{p}\n\ -Persistent variable\n\ +Persistent variable.\n\ @end table\n\ \n\ @item Name\n\