Mercurial > hg > octave-lyh
comparison doc/interpreter/basics.texi @ 3180:c17387059fd3
[project @ 1998-09-24 18:59:11 by jwe]
author | jwe |
---|---|
date | Thu, 24 Sep 1998 19:00:19 +0000 |
parents | 7c96e85c76db |
children | bef7b73c0724 |
comparison
equal
deleted
inserted
replaced
3179:f657159c8152 | 3180:c17387059fd3 |
---|---|
730 The default value is @code{1024}, but may be overridden by the | 730 The default value is @code{1024}, but may be overridden by the |
731 environment variable @code{OCTAVE_HISTSIZE}. | 731 environment variable @code{OCTAVE_HISTSIZE}. |
732 @end defvr | 732 @end defvr |
733 | 733 |
734 @defvr {Built-in Variable} saving_history | 734 @defvr {Built-in Variable} saving_history |
735 If the value of @code{saving_history} is @code{"true"}, command entered | 735 If the value of @code{saving_history} is nonzero, command entered |
736 on the command line are saved in the file specified by the variable | 736 on the command line are saved in the file specified by the variable |
737 @code{history_file}. | 737 @code{history_file}. |
738 @end defvr | 738 @end defvr |
739 | 739 |
740 @node Customizing the Prompt, Diary and Echo Commands, Commands For History, Command Line Editing | 740 @node Customizing the Prompt, Diary and Echo Commands, Commands For History, Command Line Editing |