comparison src/oct-hist.cc @ 4233:ccfdb55c8156

[project @ 2002-12-20 22:43:54 by jwe]
author jwe
date Fri, 20 Dec 2002 22:43:55 +0000
parents e96f52432059
children 53ee020af847
comparison
equal deleted inserted replaced
4232:b032ebd54586 4233:ccfdb55c8156
715 This variable specifies how many entries to store in the history file.\n\ 715 This variable specifies how many entries to store in the history file.\n\
716 The default value is @code{1024}, but may be overridden by the\n\ 716 The default value is @code{1024}, but may be overridden by the\n\
717 environment variable @code{OCTAVE_HISTSIZE}.\n\ 717 environment variable @code{OCTAVE_HISTSIZE}.\n\
718 @end defvr"); 718 @end defvr");
719 719
720 DEFVAR (saving_history, 1.0, saving_history, 720 DEFVAR (saving_history, true, saving_history,
721 "-*- texinfo -*-\n\ 721 "-*- texinfo -*-\n\
722 @defvr {Built-in Variable} saving_history\n\ 722 @defvr {Built-in Variable} saving_history\n\
723 If the value of @code{saving_history} is nonzero, command entered\n\ 723 If the value of @code{saving_history} is nonzero, command entered\n\
724 on the command line are saved in the file specified by the variable\n\ 724 on the command line are saved in the file specified by the variable\n\
725 @code{history_file}.\n\ 725 @code{history_file}.\n\