Mercurial > hg > octave-lyh
changeset 14218:bed72845115f
__finish__.m: Clarify internal documentation.
* __finish__.m: Clarify internal documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 18 Jan 2012 21:15:58 -0800 |
parents | 7912e682aa30 |
children | addec4a8a787 |
files | scripts/startup/__finish__.m |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/startup/__finish__.m +++ b/scripts/startup/__finish__.m @@ -23,9 +23,9 @@ ## Check for the existence of the function/script, @file{finish}, in the ## path or current working directory and execute it. This function is -## intended to be excecuted upon a clean exit form Octave. This is +## intended to be excecuted upon a clean exit from Octave. This is ## accomplished in the system script @file{startup/octaverc} by use of -## the built-in function @code{onexit}. +## the built-in function @code{atexit}. function __finish__ () @@ -36,5 +36,6 @@ endfunction + ## No test needed for internal helper function. %!assert (1)