changeset 27966:904c9e3244bc stable

help: improve documentation for the startup.m user script * __unimplemented__.m: Add proper description for startup.m and point to "doc startup" for full documentation.
author Mike Miller <mtmiller@octave.org>
date Mon, 20 Jan 2020 13:30:08 -0800
parents 93f455582f60
children 6628a284d56d
files scripts/help/__unimplemented__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m	Tue Mar 19 17:10:39 2019 +0000
+++ b/scripts/help/__unimplemented__.m	Mon Jan 20 13:30:08 2020 -0800
@@ -78,8 +78,8 @@
       txt = ["polarplot is not implemented.  Consider using polar."];
 
     case "startup"
-      txt = ["startup is not implemented.  ", ...
-             'Octave uses the file ".octaverc" instead.'];
+      txt = ["'startup.m' is a user startup and configuration script.  ", ...
+             "Try @code{doc startup} for more information."];
 
     case {"xlsread", "xlsfinfo", "xlswrite", "wk1read", "wk1finfo", "wk1write"}
       txt = ["Functions for spreadsheet style I/O ", ...