diff libinterp/corefcn/help.cc @ 29668:f17b1f0141ed stable

doc: Grammarcheck documentation ahead of 6.3 release. * basics.txi, func.txi, plot.txi, help.cc, area.m, stairs.m, subplot.m: Grammarcheck documentation ahead of 6.3 release.
author Rik <rik@octave.org>
date Fri, 14 May 2021 14:22:59 -0700
parents d13d090cb03a
children d3a02b27fa6a
line wrap: on
line diff
--- a/libinterp/corefcn/help.cc	Thu May 13 17:14:54 2021 -0700
+++ b/libinterp/corefcn/help.cc	Fri May 14 14:22:59 2021 -0700
@@ -1024,9 +1024,9 @@
 Query or set the internal variable that specifies the name of the
 info program to run.
 
-The default value is "@file{info}".  The default value may be overridden by the
-environment variable @w{@env{OCTAVE_INFO_PROGRAM}}, or the command line
-argument @option{--info-program NAME}.
+The default value is @file{info}.  The default value may be
+overridden by the environment variable @w{@env{OCTAVE_INFO_PROGRAM}}, or the
+command line argument @option{--info-program NAME}.
 
 When called from inside a function with the @qcode{"local"} option, the
 variable is changed locally for the function and any subroutines it calls.