diff libinterp/interpfcn/file-io.cc @ 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 2d968b7830d6
children
line wrap: on
line diff
--- a/libinterp/interpfcn/file-io.cc	Mon Jun 17 18:00:59 2013 -0700
+++ b/libinterp/interpfcn/file-io.cc	Tue Jun 18 06:39:01 2013 -0400
@@ -1139,7 +1139,7 @@
 \n\
 In the second form, read from @var{fid} according to @var{template},\n\
 with each conversion specifier in @var{template} corresponding to a\n\
-single scalar return value.  This form is more `C-like', and also\n\
+single scalar return value.  This form is more ``C-like'', and also\n\
 compatible with previous versions of Octave.  The number of successful\n\
 conversions is returned in @var{count}\n\
 @ifclear OCTAVE_MANUAL\n\