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	Thu Jun 05 18:00:37 2008 -0400
+++ b/src/ChangeLog	Fri Jun 06 11:35:10 2008 -0400
@@ -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	Thu Jun 05 18:00:37 2008 -0400
+++ b/src/variables.cc	Fri Jun 06 11:35:10 2008 -0400
@@ -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")