diff scripts/help/help.m @ 9724:f22bbc5d56e9

Fix various incorrect usages of TeXinfo deffn and deftypefn macros which were causing bad entries in the function index.
author Rik <rdrider0-list@yahoo.com>
date Tue, 13 Oct 2009 21:10:37 -0700
parents c0cef1436788
children 8e345f2fe4d6
line wrap: on
line diff
--- a/scripts/help/help.m
+++ b/scripts/help/help.m
@@ -15,7 +15,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Command} help @var{name}
+## @deffn {Command} help @var{name}
 ## Display the help text for @var{name}.
 ## If invoked without any arguments, @code{help} prints a list
 ## of all the available operators and functions.
@@ -27,7 +27,7 @@
 ## comma and semicolons that are used as command separators.  To get help
 ## for those, you must type @kbd{help comma} or @kbd{help semicolon}.
 ## @seealso{doc, lookfor, which}
-## @end deftypefn
+## @end deffn
 
 function help (name)