Mercurial > hg > octave-nkf
diff src/variables.cc @ 11556:e582adc89d55
update whos help text
author | Michael Godfrey <godfrey@isl.stanford.edu> |
---|---|
date | Mon, 17 Jan 2011 13:25:13 -0500 |
parents | e1851653d59c |
children | 1e4dfc7a9487 |
line wrap: on
line diff
--- 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\