# HG changeset patch # User Ben Abbott # Date 1216944971 14400 # Node ID 3eb2094eefe5940b6adfd1df8a8e7cd3bf13574d # Parent 85c5c1d55820dba5d18aa884777188f4bfb373a5 Fix help string. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,7 +1,9 @@ 2008-07-28 Ben Abbott * plot/hold.m: Clarify help text. - + + * specfun/reallog.m: Fix help string. + 2008-07-28 David Bateman * strings/regexptranslate.m: Add real documentation. diff --git a/scripts/specfun/reallog.m b/scripts/specfun/reallog.m --- a/scripts/specfun/reallog.m +++ b/scripts/specfun/reallog.m @@ -17,7 +17,7 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} {} realsqrt (@var{x}) +## @deftypefn {Function File} {} reallog (@var{x}) ## Return the real natural logarithm of @var{x}. If any element results in the ## return value being complex @code{reallog} produces an error. ## @seealso{log, realsqrt, realpow}