changeset 11722:1b9fc670dce0 release-3-0-x

Fix tempdir's documention string to point at tempdir
author weber@num.uni-sb.de
date Fri, 28 Mar 2008 14:52:55 -0400
parents 9b97f115d4b9
children b785c56df58f
files scripts/ChangeLog scripts/miscellaneous/tempdir.m
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-28  Thomas Weber  <thomas.weber.mail@gmail.com>
+
+	* miscellaneous/tempdir.m: Use correct function name in texinfo
+	documentation.
+
 2008-03-28  Jaroslav Hajek  <highegg@gmail.com>
 
 	* general/del2.m: Missing semicolon.
--- a/scripts/miscellaneous/tempdir.m
+++ b/scripts/miscellaneous/tempdir.m
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {@var{dir} =} fullfile ()
+## @deftypefn {Function File} {@var{dir} =} tempdir ()
 ## Return the name of the system's directory for temporary files.
 ## @end deftypefn