diff scripts/strings/deblank.m @ 3361:4f40efa995c1

[project @ 1999-11-19 21:19:37 by jwe]
author jwe
date Fri, 19 Nov 1999 21:19:44 +0000
parents bc3fdfe311a3
children f8dde1807dee
line wrap: on
line diff
--- a/scripts/strings/deblank.m
+++ b/scripts/strings/deblank.m
@@ -17,9 +17,10 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage:  deblank (s)
-##
-## Remove trailing blanks from the string s.
+## -*- texinfo -*-
+## @deftypefn {Function File} {} deblank (@var{s})
+## Removes the trailing blanks from the string @var{s}. 
+## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
 ## Adapted-By: jwe