comparison src/load-save.cc @ 6653:673686daec87

[project @ 2007-05-22 15:36:09 by jwe]
author jwe
date Tue, 22 May 2007 15:36:10 +0000
parents ed74670db09b
children dd8cef76043d
comparison
equal deleted inserted replaced
6652:f92a2b56fd70 6653:673686daec87
1758 DEFUN (crash_dumps_octave_core, args, nargout, 1758 DEFUN (crash_dumps_octave_core, args, nargout,
1759 "-*- texinfo -*-\n\ 1759 "-*- texinfo -*-\n\
1760 @deftypefn {Built-in Function} {@var{val} =} crash_dumps_octave_core ()\n\ 1760 @deftypefn {Built-in Function} {@var{val} =} crash_dumps_octave_core ()\n\
1761 @deftypefnx {Built-in Function} {@var{old_val} =} crash_dumps_octave_core (@var{new_val})\n\ 1761 @deftypefnx {Built-in Function} {@var{old_val} =} crash_dumps_octave_core (@var{new_val})\n\
1762 Query or set the internal variable that controls whether Octave tries\n\ 1762 Query or set the internal variable that controls whether Octave tries\n\
1763 to save all current variables the the file \"octave-core\" if it\n\ 1763 to save all current variables to the file \"octave-core\" if it\n\
1764 crashes or receives a hangup, terminate or similar signal.\n\ 1764 crashes or receives a hangup, terminate or similar signal.\n\
1765 @seealso{octave_core_file_limit, octave_core_file_name, octave_core_file_options}\n\ 1765 @seealso{octave_core_file_limit, octave_core_file_name, octave_core_file_options}\n\
1766 @end deftypefn") 1766 @end deftypefn")
1767 { 1767 {
1768 return SET_INTERNAL_VARIABLE (crash_dumps_octave_core); 1768 return SET_INTERNAL_VARIABLE (crash_dumps_octave_core);