Mercurial > hg > octave-nkf
comparison scripts/help/private/__additional_help_message__.m @ 20140:ebdecd5cd8c7
Restore blank line between docstring and additional help text
* __additional_help_message__.m: Insert newline at the start of the
additional help message when printed. This restores one line of padding
out of the two that were removed with cset e884d5816471.
author | Mike Miller <mtmiller@octave.org> |
---|---|
date | Wed, 11 Mar 2015 22:21:47 -0400 |
parents | 4197fc428c7d |
children |
comparison
equal
deleted
inserted
replaced
20139:3c414ad460d5 | 20140:ebdecd5cd8c7 |
---|---|
24 function msg = __additional_help_message__ () | 24 function msg = __additional_help_message__ () |
25 | 25 |
26 if (suppress_verbose_help_message ()) | 26 if (suppress_verbose_help_message ()) |
27 msg = ""; | 27 msg = ""; |
28 else | 28 else |
29 msg = "\ | 29 msg = "\n\ |
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 online 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\ |