diff libinterp/corefcn/interpreter.cc @ 31593:0f93c3a756f7 stable

doc: grammarcheck documentation ahead of 8.1 release. * interpreter.cc, load-path.cc, warning_ids.m, __memoize__.m, print.m: grammarcheck documentation ahead of 8.1 release.
author Rik <rik@octave.org>
date Tue, 29 Nov 2022 15:58:49 -0800
parents 9d0d37acafbe
children e88a07dec498
line wrap: on
line diff
--- a/libinterp/corefcn/interpreter.cc	Tue Nov 29 13:15:07 2022 -0800
+++ b/libinterp/corefcn/interpreter.cc	Tue Nov 29 15:58:49 2022 -0800
@@ -308,7 +308,7 @@
 DEFMETHOD (__traditional__, interp, , ,
            doc: /* -*- texinfo -*-
 @deftypefn {} {@var{tf} =} __traditional__ ()
-Return true if Octave was invoked with the @env{--traditional} option.
+Return true if Octave was invoked with the @w{@env{--traditional}} option.
 @end deftypefn */)
 {
   return ovl (interp.traditional ());