changeset 33057:4b12ce326420

maint: merge stable to default
author Rik <rik@octave.org>
date Tue, 20 Feb 2024 10:12:57 -0800
parents 96cf14f1697a (current diff) 4cb17bd82cd1 (diff)
children 7ca23b98c04f
files doc/interpreter/external.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/external.txi	Tue Feb 20 09:56:58 2024 -0800
+++ b/doc/interpreter/external.txi	Tue Feb 20 10:12:57 2024 -0800
@@ -158,7 +158,7 @@
 @file{octave/oct.h} is a C++ header and cannot be directly @code{#include}'ed
 in a C source file, nor any other language.
 
-Included by @file{oct.h} is a definition for the macro @w{@code{DEFUN_DLD}}
+Included by @file{oct.h} is a definition for the macro @w{@code{DEFUN_DLD}}@
 which creates a dynamically loaded function.  This macro takes four arguments:
 
 @enumerate 1