Mercurial > hg > octave-lyh
comparison scripts/plot/print.m @ 16766:7268845c0a1e
avoid backquote in error messages, some uses in doc strings
* libinterp/corefcn/quadcc.cc, libinterp/interpfcn/file-io.cc,
libinterp/octave-value/ov-java.cc, scripts/image/colormap.m,
scripts/image/rgbplot.m, scripts/miscellaneous/xor.m,
scripts/plot/print.m, scripts/special-matrix/gallery.m,
scripts/statistics/base/quantile.m, scripts/strings/strsplit.m:
Use ' instead of ` in error messages.
Don't use sprintf unnecessarily in error messages.
Use @code or @samp instead of `' in doc strings.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 18 Jun 2013 06:39:01 -0400 |
parents | 8899c785cc99 |
children | a4969508008e |
comparison
equal
deleted
inserted
replaced
16765:80b9a9e1c965 | 16766:7268845c0a1e |
---|---|
197 ## | 197 ## |
198 ## @item pdfwrite | 198 ## @item pdfwrite |
199 ## Produces pdf output from eps | 199 ## Produces pdf output from eps |
200 ## @end table | 200 ## @end table |
201 ## | 201 ## |
202 ## For a complete list, type `system ("gs -h")' to see what formats | 202 ## For a complete list, type @samp{system ("gs -h")} to see what formats |
203 ## and devices are available. | 203 ## and devices are available. |
204 ## | 204 ## |
205 ## When Ghostscript output is sent to a printer the size is determined | 205 ## When Ghostscript output is sent to a printer the size is determined |
206 ## by the figure's "papersize" property. When the output | 206 ## by the figure's "papersize" property. When the output |
207 ## is sent to a file the size is determined by the plot box defined by | 207 ## is sent to a file the size is determined by the plot box defined by |