changeset 33513:d7abcd8804d4 stable

doc: Use @emph rather than @i macro for better rendering in plaintext formats. * expr.txi: Replace @i with @emph macro.
author Rik <rik@octave.org>
date Thu, 02 May 2024 15:28:13 -0700
parents e17b6b7de50f
children ec79204cfe38 d1ecff72ff5b
files doc/interpreter/expr.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/expr.txi	Wed May 01 17:18:37 2024 -0400
+++ b/doc/interpreter/expr.txi	Thu May 02 15:28:13 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: