


% -*- texinfo -*-
% @deftypefn {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.
%
% For example, the command @kbd{help help} prints a short message
% describing the @code{help} command.
%
% The help command can give you information about operators, but not the
% 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