# HG changeset patch # User John W. Eaton # Date 1212766510 14400 # Node ID bff8dbc1be117b8e3d770355c038dd49313ff9a1 # Parent e3a502930e2ab373fd0e923d351fc0abbae243c7 mlock: doc fix diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-06 John W. Eaton + + * variables.cc (Fmlock): Doc fix. + 2008-06-05 John W. Eaton * gl-render.cc (opengl_renderer::draw): Correctly avoid shadow diff --git a/src/variables.cc b/src/variables.cc --- 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")