changeset 7986:3eb2094eefe5

Fix help string.
author Ben Abbott <bpabbott@mac.com>
date Thu, 24 Jul 2008 20:16:11 -0400
parents 85c5c1d55820
children 4a423a042971
files scripts/ChangeLog scripts/specfun/reallog.m
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Jun 27 20:38:28 2008 -0400
+++ b/scripts/ChangeLog	Thu Jul 24 20:16:11 2008 -0400
@@ -1,7 +1,9 @@
 2008-07-28  Ben Abbott <bpabbott@mac.com>
 
 	* plot/hold.m: Clarify help text.
- 
+
+	* specfun/reallog.m: Fix help string.
+
 2008-07-28  David Bateman  <dbateman@free.fr>
 
 	* strings/regexptranslate.m: Add real documentation.
--- a/scripts/specfun/reallog.m	Fri Jun 27 20:38:28 2008 -0400
+++ b/scripts/specfun/reallog.m	Thu Jul 24 20:16:11 2008 -0400
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- 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}