Mercurial > hg > octave-lyh
comparison scripts/help/help.m @ 9133:c0cef1436788
Update help text for sections 2.2 and 2.3 of basics.txi
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 17 Apr 2009 15:16:33 -0700 |
parents | e0fbf17a17bb |
children | f22bbc5d56e9 |
comparison
equal
deleted
inserted
replaced
9132:eb1747dbd360 | 9133:c0cef1436788 |
---|---|
24 ## describing the @code{help} command. | 24 ## describing the @code{help} command. |
25 ## | 25 ## |
26 ## The help command can give you information about operators, but not the | 26 ## The help command can give you information about operators, but not the |
27 ## comma and semicolons that are used as command separators. To get help | 27 ## comma and semicolons that are used as command separators. To get help |
28 ## for those, you must type @kbd{help comma} or @kbd{help semicolon}. | 28 ## for those, you must type @kbd{help comma} or @kbd{help semicolon}. |
29 ## @seealso{doc, which, lookfor} | 29 ## @seealso{doc, lookfor, which} |
30 ## @end deftypefn | 30 ## @end deftypefn |
31 | 31 |
32 function help (name) | 32 function help (name) |
33 | 33 |
34 if (nargin == 0) | 34 if (nargin == 0) |