changeset 33514:ec79204cfe38

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 02 May 2024 15:28:32 -0700
parents 7afc314f2998 (current diff) d7abcd8804d4 (diff)
children 786d203458bd
files doc/interpreter/expr.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/expr.txi	Thu May 02 14:58:14 2024 -0700
+++ b/doc/interpreter/expr.txi	Thu May 02 15:28:32 2024 -0700
@@ -1430,7 +1430,7 @@
 
 Assignments may be made with fewer specified elements than would be required to
 fill the newly expanded array as long as the assignment is unambiguous.  In
-these cases the array will be automatically padded with @i{null} values:
+these cases the array will be automatically padded with @emph{null} values:
 @example
 @group
 >> a = [1, 2]
@@ -1451,7 +1451,7 @@
 @end group
 @end example
 
-For all built-in types, the @i{null} value will be appropriate to that object
+For all built-in types, the @emph{null} value will be appropriate to that object
 type.
 
 Numeric arrays: