# HG changeset patch # User Mike Miller # Date 1426126907 14400 # Node ID ebdecd5cd8c75cdcb9848b8e02ef9a5074e0ffbb # Parent 3c414ad460d5278d3f5ace5be9227c32055e879d 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. diff -r 3c414ad460d5 -r ebdecd5cd8c7 scripts/help/private/__additional_help_message__.m --- a/scripts/help/private/__additional_help_message__.m Wed Mar 11 22:26:32 2015 +0100 +++ b/scripts/help/private/__additional_help_message__.m Wed Mar 11 22:21:47 2015 -0400 @@ -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 ' to search the manual index.\n\