Mercurial > hg > octave-nkf
diff scripts/help/which.m @ 15467:049e8bbff782
maint: periodic merge of stable to default
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 01 Oct 2012 18:30:44 -0400 |
parents | e753177cde93 d174210ce1ec |
children | d63878346099 |
line wrap: on
line diff
--- a/scripts/help/which.m +++ b/scripts/help/which.m @@ -32,15 +32,15 @@ for i = 1:nargin if (isempty (m(i).file)) if (! isempty (m(i).type)) - printf ("`%s' is a %s\n", + printf ("'%s' is a %s\n", m(i).name, m(i).type); endif else if (isempty (m(i).type)) - printf ("`%s' is the file %s\n", + printf ("'%s' is the file %s\n", m(i).name, m(i).file); else - printf ("`%s' is a %s from the file %s\n", + printf ("'%s' is a %s from the file %s\n", m(i).name, m(i).type, m(i).file); endif endif