Skip to content

Commit 09144ee

Browse files
committed
Shorter blurb about non-ascii text
Use ref instead of pxref for second reference.
1 parent ff081f9 commit 09144ee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

inst/doctest.m

+4-5
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,10 @@
248248
%% in Texinfo using a hybrid approach.
249249
%%
250250
%% @strong{Support for non-ASCII characters}
251-
%% If you encounter file encoding issues on Octave, it may be helpful to
252-
%% @pxref{dir_encoding} and @pxref{__mfile_encoding__}. For example, this
253-
%% file itself is encoded in utf-8 and declares this by installing a
254-
%% @code{.oct-config} file. Matlab users might want to try
255-
%% @code{feature('DefaultCharacterSet', 'UTF-8')}.
251+
%% If you encounter file encoding issues on Octave, @pxref{dir_encoding} and
252+
%% @ref{__mfile_encoding__}. For example, this file itself is encoded in
253+
%% utf-8 and declares this by installing a @code{.oct-config} file.
254+
%% Matlab users might want to try @code{feature('DefaultCharacterSet', 'UTF-8')}.
256255
%%
257256
%% @seealso{test}
258257
%% @end deftypefn

0 commit comments

Comments
 (0)