Mercurial > hg > octave-nkf
changeset 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 | 3c414ad460d5 |
children | 065ccb9a1324 |
files | scripts/help/private/__additional_help_message__.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/help/private/__additional_help_message__.m +++ b/scripts/help/private/__additional_help_message__.m @@ -26,7 +26,7 @@ if (suppress_verbose_help_message ()) msg = ""; else - msg = "\ + msg = "\n\ Additional help for built-in functions and operators is\n\ available in the online version of the manual. Use the command\n\ 'doc <topic>' to search the manual index.\n\