comparison scripts/help/private/__additional_help_message__.m @ 15545:6a4e79110857 stable

doc: Replace 'on-line' with modern 'online' in documentation and messages. * basics.txi, errors.txi, octave.texi, package.txi, doc.m, __additional_help_message__.m: Replace 'on-line' with 'online'.
author Rik <rik@octave.org>
date Fri, 19 Oct 2012 08:46:06 -0700
parents d174210ce1ec
children
comparison
equal deleted inserted replaced
15544:57dd92260f09 15545:6a4e79110857
26 if (suppress_verbose_help_message ()) 26 if (suppress_verbose_help_message ())
27 msg = ""; 27 msg = "";
28 else 28 else
29 msg = "\ 29 msg = "\
30 Additional help for built-in functions and operators is\n\ 30 Additional help for built-in functions and operators is\n\
31 available in the on-line version of the manual. Use the command\n\ 31 available in the online version of the manual. Use the command\n\
32 'doc <topic>' to search the manual index.\n\ 32 'doc <topic>' to search the manual index.\n\
33 \n\ 33 \n\
34 Help and information about Octave is also available on the WWW\n\ 34 Help and information about Octave is also available on the WWW\n\
35 at http://www.octave.org and via the help@octave.org\n\ 35 at http://www.octave.org and via the help@octave.org\n\
36 mailing list.\n"; 36 mailing list.\n";