Mercurial > hg > octave-lojdl
changeset 7875:bff8dbc1be11
mlock: doc fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 06 Jun 2008 11:35:10 -0400 |
parents | e3a502930e2a |
children | 8447a5024650 |
files | src/ChangeLog src/variables.cc |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-06 John W. Eaton <jwe@octave.org> + + * variables.cc (Fmlock): Doc fix. + 2008-06-05 John W. Eaton <jwe@octave.org> * gl-render.cc (opengl_renderer::draw): Correctly avoid shadow
--- a/src/variables.cc +++ b/src/variables.cc @@ -1930,7 +1930,7 @@ DEFCMD (mlock, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} mlock (@var{name})\n\ +@deftypefn {Built-in Function} {} mlock ()\n\ Lock the current function into memory so that it can't be cleared.\n\ @seealso{munlock, mislocked, persistent}\n\ @end deftypefn")