comparison scripts/plot/print.m @ 16826:a4969508008e

doc: Periodic spellcheck of the documentation. * doc/interpreter/doccheck/aspell-octave.en.pws: Update Octave-specific Aspell dictionary. * doc/interpreter/contrib.txi, doc/interpreter/errors.txi, doc/interpreter/expr.txi, doc/interpreter/io.txi, doc/interpreter/preface.txi, doc/interpreter/sparse.txi, doc/interpreter/stmt.txi, doc/interpreter/strings.txi, libinterp/corefcn/qz.cc, libinterp/dldfcn/ccolamd.cc, libinterp/dldfcn/fftw.cc, libinterp/interpfcn/graphics.cc, scripts/general/structfun.m, scripts/image/ind2rgb.m, scripts/image/rgb2ind.m, scripts/io/importdata.m, scripts/linear-algebra/duplication_matrix.m, scripts/linear-algebra/housh.m, scripts/miscellaneous/mkoctfile.m, scripts/plot/comet3.m, scripts/plot/gco.m, scripts/plot/legend.m, scripts/plot/print.m, scripts/signal/fftshift.m, scripts/signal/periodogram.m, scripts/sparse/pcg.m, scripts/statistics/tests/f_test_regression.m, scripts/statistics/tests/t_test_regression.m, scripts/strings/strjoin.m, scripts/strings/strsplit.m: Correct spellings or add @nospell macro.
author Rik <rik@octave.org>
date Sun, 23 Jun 2013 12:49:53 -0700
parents 7268845c0a1e
children e39f00a32dc7
comparison
equal deleted inserted replaced
16825:71fc195d3e84 16826:a4969508008e
173 ## Additional devices are supported by Ghostscript. 173 ## Additional devices are supported by Ghostscript.
174 ## Some examples are; 174 ## Some examples are;
175 ## 175 ##
176 ## @table @code 176 ## @table @code
177 ## @item ljet2p 177 ## @item ljet2p
178 ## HP LaserJet IIP 178 ## HP LaserJet @nospell{IIP}
179 ## 179 ##
180 ## @item ljet3 180 ## @item ljet3
181 ## HP LaserJet III 181 ## HP LaserJet III
182 ## 182 ##
183 ## @item deskjet 183 ## @item deskjet
261 ## surf (peaks); 261 ## surf (peaks);
262 ## print -dsvg figure1.svg 262 ## print -dsvg figure1.svg
263 ## @end group 263 ## @end group
264 ## @end example 264 ## @end example
265 ## 265 ##
266 ## Example: Print to an HP Deskjet 550C. 266 ## Example: Print to an HP DeskJet 550C.
267 ## 267 ##
268 ## @example 268 ## @example
269 ## @group 269 ## @group
270 ## figure (1); 270 ## figure (1);
271 ## clf (); 271 ## clf ();