Mercurial > hg > octave-nkf
comparison scripts/help/lookfor.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 | 2c356a35d7f5 |
comparison
equal
deleted
inserted
replaced
9723:f426899f4b9c | 9724:f22bbc5d56e9 |
---|---|
13 ## You should have received a copy of the GNU General Public License | 13 ## You should have received a copy of the GNU General Public License |
14 ## along with this program; see the file COPYING. If not, see | 14 ## along with this program; see the file COPYING. If not, see |
15 ## <http://www.gnu.org/licenses/>. | 15 ## <http://www.gnu.org/licenses/>. |
16 | 16 |
17 ## -*- texinfo -*- | 17 ## -*- texinfo -*- |
18 ## @deftypefn {Command} lookfor @var{str} | 18 ## @deftypefn {Command} {} lookfor @var{str} |
19 ## @deftypefnx {Command} lookfor -all @var{str} | 19 ## @deftypefnx {Command} {} lookfor -all @var{str} |
20 ## @deftypefnx {Function} {[@var{func}, @var{helpstring}] =} lookfor (@var{str}) | 20 ## @deftypefnx {Function File} {[@var{func}, @var{helpstring}] =} lookfor (@var{str}) |
21 ## @deftypefnx {Function} {[@var{func}, @var{helpstring}] =} lookfor ('-all', @var{str}) | 21 ## @deftypefnx {Function File} {[@var{func}, @var{helpstring}] =} lookfor ('-all', @var{str}) |
22 ## Search for the string @var{str} in all functions found in the current | 22 ## Search for the string @var{str} in all functions found in the current |
23 ## function search path. By default, @code{lookfor} searches for @var{str} | 23 ## function search path. By default, @code{lookfor} searches for @var{str} |
24 ## in the first sentence of the help string of each function found. The entire | 24 ## in the first sentence of the help string of each function found. The entire |
25 ## help text of each function can be searched if the '-all' argument is | 25 ## help text of each function can be searched if the '-all' argument is |
26 ## supplied. All searches are case insensitive. | 26 ## supplied. All searches are case insensitive. |