diff scripts/help/print_usage.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 30817aa3889a
children 2c356a35d7f5
line wrap: on
line diff
--- a/scripts/help/print_usage.m
+++ b/scripts/help/print_usage.m
@@ -1,4 +1,4 @@
-## Copyright (C) 2009 Søren Hauberg
+## Copyright (C) 2009 S�ren Hauberg
 ##
 ## This program is free software; you can redistribute it and/or modify it
 ## under the terms of the GNU General Public License as published by
@@ -15,8 +15,8 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} print_usage ()
-## @deftypefnx{Function File} {} print_usage (@var{name})
+## @deftypefn  {Function File} {} print_usage ()
+## @deftypefnx {Function File} {} print_usage (@var{name})
 ## Print the usage message for a function.  When called with no input arguments
 ## the @code{print_usage} function displays the usage message of the currently
 ## executing function.