diff doc/interpreter/expr.txi @ 24507:dc25a0dc7800

Correct a host of small formatting issues with Texinfo manual (bug #52774) basics.txi: Move all of the Octave command line option references that begin with a hyphen to underneath the concept-index entry "options, Octave command" using the @sortas command, leaving some indentation space with @ @ . Add a missing @cindex reference for the --eval option and the -W option. Remove the deprecated -? help option. Move the ~/.octaverc and .octaverc index entries to "octaverc" via @sortas. Add an index entry for startup.m. Move the ~/.inputrc index entry to "inputrc" via @sortas. Move the #! index entry from concept index to operator index, qualifying with "self-contained script". Move the #, %, #{ and %{ index entries to the operator index qualifying with "comment marker" or "block comment marker" accordingly. expr.tex: Move the ":end" index entry to "end" via the @sortas command and include "end:" as well. stmt.txi: Change ... and \ index references from @cindex to @opindex and position near paragraph reference. xticks.m: Fix a set of three bogus index entries by supplying a missing field with {} for examples in which the function does not return output. xticklabels.m: Ditto. yticks.m: Ditto. yticklabels.m: Ditto. zticks.m: Ditto. zticklabels.m: Ditto. rticks.m: Ditto. thetaticks.m: Ditto.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Tue, 02 Jan 2018 04:14:36 -0600
parents 2ff4966a5da0
children a2569d574ae5
line wrap: on
line diff
--- a/doc/interpreter/expr.txi	Mon Jan 01 15:58:36 2018 -0600
+++ b/doc/interpreter/expr.txi	Tue Jan 02 04:14:36 2018 -0600
@@ -106,7 +106,7 @@
 @end example
 
 @cindex @code{end}, indexing
-@cindex :end
+@cindex @sortas{end:} @code{end:} and @code{:end}
 
 In index expressions the keyword @code{end} automatically refers to
 the last entry for a particular dimension.  This magic index can also