diff libinterp/corefcn/oct-hist.cc @ 30356:95c2ac7b43d6 stable

doc: Fix two more instances of long lines in libinterp/ directory. * oct-hist.cc, qr.cc: Fix instances of long lines.
author Rik <rik@octave.org>
date Wed, 24 Nov 2021 20:26:31 -0800
parents c980f938fdd8
children 796f54d4ddbf
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hist.cc	Wed Nov 24 20:19:43 2021 -0800
+++ b/libinterp/corefcn/oct-hist.cc	Wed Nov 24 20:26:31 2021 -0800
@@ -822,8 +822,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 value may
-be overridden by the environment variable @w{@env{OCTAVE_HISTFILE}}.
+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: