Mercurial > hg > octave-lyh
comparison scripts/help/help.m @ 11563:3c6e8aaa9555
Grammarcheck m-files before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 18 Jan 2011 20:55:01 -0800 |
parents | fd0a3ac60b0e |
children | 21c3e1370b82 |
comparison
equal
deleted
inserted
replaced
11562:1811f4f8b3b5 | 11563:3c6e8aaa9555 |
---|---|
1 ## Copyright (C) 2009-2011 Søren Hauberg | 1 ## Copyright (C) 2009-2011 S�ren Hauberg |
2 ## | 2 ## |
3 ## This file is part of Octave. | 3 ## This file is part of Octave. |
4 ## | 4 ## |
5 ## Octave is free software; you can redistribute it and/or modify it | 5 ## Octave is free software; you can redistribute it and/or modify it |
6 ## under the terms of the GNU General Public License as published by | 6 ## under the terms of the GNU General Public License as published by |
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} help @var{name} | 20 ## @deftypefn {Command} {} help @var{name} |
21 ## Display the help text for @var{name}. | 21 ## Display the help text for @var{name}. |
22 ## If invoked without any arguments, @code{help} displays instructions | 22 ## If invoked without any arguments, @code{help} displays instructions |
23 ## on how to access help from the command line. | 23 ## on how to access help from the command line. |
24 ## | 24 ## |
25 ## For example, the command @kbd{help help} prints a short message | 25 ## For example, the command @kbd{help help} prints a short message |