Mercurial > hg > octave-thorsten
diff src/toplev.cc @ 2802:bca5fbab2e52
[project @ 1997-03-09 11:02:27 by jwe]
author | jwe |
---|---|
date | Sun, 09 Mar 1997 11:03:18 +0000 |
parents | 9aeba8e006a4 |
children | 187d5321cfa3 |
line wrap: on
line diff
--- a/src/toplev.cc +++ b/src/toplev.cc @@ -820,7 +820,7 @@ DEFUN (atexit, args, , "atexit (NAME): register NAME as a function to call when Octave exits\n\ \n\ -Functions are called with no arguments in the reverse of the order in +Functions are called with no arguments in the reverse of the order in\n\ which they were registered with atexit()") { octave_value_list retval;