Mercurial > hg > octave-lyh
diff scripts/plot/print.m @ 14852:53d2c3598d33
doc: Periodic spellcheck of documentation.
* aspell-octave.en.pws: Add new valid words to private dictionary.
* graphics_toolkit.m, print.m, datevec.m, input.cc (filemarker):
Correct spelling.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 09 Jul 2012 09:43:53 -0700 |
parents | 0d6dae0f6bc2 |
children | 5d3a684236b0 |
line wrap: on
line diff
--- a/scripts/plot/print.m +++ b/scripts/plot/print.m @@ -77,9 +77,9 @@ ## @item -TextAlphaBits=@var{n} ## @itemx -GraphicsAlphaBits=@var{n} ## Octave is able to produce output for various printers, bitmaps, and -## vector formats by using ghostscript. -## For bitmap and printer output antialiasing is applied using -## ghostscript's TextAlphaBits and GraphicsAlphaBits options. +## vector formats by using Ghostscript. +## For bitmap and printer output anti-aliasing is applied using +## Ghostscript's TextAlphaBits and GraphicsAlphaBits options. ## The default number of bits for each is 4. ## Allowed values, for @var{N}, are 1, 2, or 4. ##