Mercurial > hg > octave-nkf
diff scripts/help/help.m @ 11567:5c18da80e28a
doc fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 19 Jan 2011 05:38:40 -0500 |
parents | 21c3e1370b82 |
children | c792872f8942 |
line wrap: on
line diff
--- a/scripts/help/help.m +++ b/scripts/help/help.m @@ -18,20 +18,17 @@ ## -*- texinfo -*- ## @deftypefn {Command} {} help @var{name} -## @deftypefn {Command} {} help @code{--list} -## Display the help text for @var{name}. -## If invoked without any arguments, @code{help} display instructions -## on how to access help from the command line. -## -## For example, the command @kbd{help help} prints a short message -## describing the @code{help} command. +## @deftypefnx {Command} {} help @code{--list} +## Display the help text for @var{name}. For example, the command +## @kbd{help help} prints a short message describing the @code{help} +## command. ## ## Given the single argument @code{--list}, list all operators, ## keywords, built-in functions, and loadable functions available ## in the current session of Octave. ## -## @deftypefnx {Function File} {@var{text} =} help (@var{name}) -## Return the help text for the function, @var{name}. +## If invoked without any arguments, @code{help} display instructions +## on how to access help from the command line. ## ## The help command can give you information about operators, but not the ## comma and semicolons that are used as command separators. To get help