changeset 27524:1dbe839bedcb

doc: fix '.' Operator Index entry to build with Texinfo 6.7 * container.txi (Basic Usage and Examples): Delete forced trailing spaces, rewrite to include descriptive text after the '.' operator.
author Mike Miller <mtmiller@octave.org>
date Fri, 18 Oct 2019 17:24:37 -0700
parents 19ad9150dd69
children 09175c0e417d
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Thu Oct 17 20:09:10 2019 +0200
+++ b/doc/interpreter/container.txi	Fri Oct 18 17:24:37 2019 -0700
@@ -67,8 +67,7 @@
 @end group
 @end example
 
-@c The following line should have a trailing space.
-@opindex . @ @ @
+@opindex @code{.} structure field access
 @noindent
 create a structure with three elements.  The @samp{.} character separates
 the structure name (in the example above @code{x}) from the field name and