changeset 32745:7d8329c92150

maint: merge stable to default
author Rik <rik@octave.org>
date Sun, 14 Jan 2024 07:04:48 -0800
parents 63e2fbf407e4 (current diff) c5fcd055625c (diff)
children 02b1f23e761e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/__unimplemented__.m	Sat Jan 13 17:49:00 2024 -0800
+++ b/scripts/help/__unimplemented__.m	Sun Jan 14 07:04:48 2024 -0800
@@ -548,7 +548,7 @@
              "@url{https://www.octave.org/missing.html} to learn how ", ...
              "you can contribute missing functionality."];
     endif
-    txt = __makeinfo__ (txt);
+    txt = __makeinfo__ (txt, "plain text");
   endif
 
   if (nargout == 0)