Mercurial > hg > octave-lyh
comparison scripts/help/__unimplemented__.m @ 17376:ddc85ecc901f
__unimplemented__.m: fix typo on function name
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Wed, 04 Sep 2013 05:29:08 +0100 |
parents | 84c119957463 |
children |
comparison
equal
deleted
inserted
replaced
17375:e0b9d43395e2 | 17376:ddc85ecc901f |
---|---|
44 txt = ["Basic video file support is provided in the video package. ", ... | 44 txt = ["Basic video file support is provided in the video package. ", ... |
45 "See @url{http://octave.sf.net/video/}."]; | 45 "See @url{http://octave.sf.net/video/}."]; |
46 | 46 |
47 case "exifread" | 47 case "exifread" |
48 txt = ["exifread is deprecated. " ... | 48 txt = ["exifread is deprecated. " ... |
49 "The functionality is available in the iminfo function."]; | 49 "The functionality is available in the imfinfo function."]; |
50 | 50 |
51 case "gsvd" | 51 case "gsvd" |
52 txt = ["gsvd is not currently part of core Octave. ", ... | 52 txt = ["gsvd is not currently part of core Octave. ", ... |
53 "See the linear-algebra package at ", ... | 53 "See the linear-algebra package at ", ... |
54 "@url{http://octave.sourceforge.net/linear-algebra/}."]; | 54 "@url{http://octave.sourceforge.net/linear-algebra/}."]; |