diff scripts/image/imformats.m @ 16922:bfd119642f6a

doc: Fix some spellings in image.texi. * doc/interpreter/doccheck/aspell-octave.en.pws: Add multipage to Octave dictionary. * doc/interpreter/image.txi: Correct spelling of amount. * scripts/image/imformats.m: Use @nospell macro around "isa".
author Rik <rik@octave.org>
date Sun, 07 Jul 2013 19:57:38 -0700
parents 59f575e504dc
children 1eb5e5f0ee13
line wrap: on
line diff
--- a/scripts/image/imformats.m	Sun Jul 07 19:52:12 2013 -0700
+++ b/scripts/image/imformats.m	Sun Jul 07 19:57:38 2013 -0700
@@ -36,7 +36,7 @@
 ## will automatically detect the file format.
 ## @item description
 ## A long description of the file format.
-## @item isa
+## @item @nospell{isa}
 ## A function handle to confirm if a file is of the specified format.
 ## @item write
 ## A function handle to write if a file is of the specified format.