diff 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
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hist.cc	Sun Oct 30 10:54:12 2022 -0700
+++ b/libinterp/corefcn/oct-hist.cc	Sun Oct 30 21:58:36 2022 -0700
@@ -819,8 +819,8 @@
 
 The default value is @file{@w{@env{$DATA}}/octave/history}, where
 @w{@env{$DATA}} is the platform-specific location for (roaming) user data files
-(e.g., @w{@env{$XDG_DATA_HOME}} or, if that is not set, @file{~/.local/share} on
-Unix-like operating systems or @w{@env{%APPDATA%}} on Windows).  The default
+(e.g., @w{@env{$XDG_DATA_HOME}} or, if that is not set, @file{~/.local/share}
+on Unix-like operating systems or @w{@env{%APPDATA%}} on Windows).  The default
 value may be overridden by the environment variable @w{@env{OCTAVE_HISTFILE}}.
 
 Programming Notes: