changeset 27950:19878c3adac3 stable

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 47216fd5d532
children d34d33837fc4 2310164737b3
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Wed Oct 16 12:17:58 2019 -0700
+++ 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