comparison libinterp/corefcn/oct-hist.cc @ 31375:96f751f8392c

doc: grammar check documentation ahead of 8.1 release. * numbers.txi, vectorize.txi, besselj.cc, data.cc, oct-hist.cc, pr-output.cc, ov-bool-mat.cc, LSODE-opts.in, quadgk.m, warning_ids.m, clearAllMemoizedCaches.m, memoize.m, nthargout.m, pkg.m, print.m, movslice.m: Grammar check documentation ahead of 8.1 release.
author Rik <rik@octave.org>
date Sun, 30 Oct 2022 21:58:36 -0700
parents 670a0d878af1
children e88a07dec498
comparison
equal deleted inserted replaced
31369:c0f1a817c058 31375:96f751f8392c
817 All future commands issued during the current Octave session will be written to 817 All future commands issued during the current Octave session will be written to
818 this new file (if the current setting of @code{history_save} allows for this). 818 this new file (if the current setting of @code{history_save} allows for this).
819 819
820 The default value is @file{@w{@env{$DATA}}/octave/history}, where 820 The default value is @file{@w{@env{$DATA}}/octave/history}, where
821 @w{@env{$DATA}} is the platform-specific location for (roaming) user data files 821 @w{@env{$DATA}} is the platform-specific location for (roaming) user data files
822 (e.g., @w{@env{$XDG_DATA_HOME}} or, if that is not set, @file{~/.local/share} on 822 (e.g., @w{@env{$XDG_DATA_HOME}} or, if that is not set, @file{~/.local/share}
823 Unix-like operating systems or @w{@env{%APPDATA%}} on Windows). The default 823 on Unix-like operating systems or @w{@env{%APPDATA%}} on Windows). The default
824 value may be overridden by the environment variable @w{@env{OCTAVE_HISTFILE}}. 824 value may be overridden by the environment variable @w{@env{OCTAVE_HISTFILE}}.
825 825
826 Programming Notes: 826 Programming Notes:
827 827
828 If you want to permanently change the location of Octave's history file you 828 If you want to permanently change the location of Octave's history file you