# HG changeset patch # User Rik # Date 1559665389 25200 # Node ID 142084841f23e5436b9cb6131ea4fe483460d89a # Parent 1bad33112465f3f50ccbb957730446899edf03b5 doc: Silence two TexInfo warnings. * genpropdoc.m (FigureSelectionType, FigureWindowScrollWheelFcn): Use '\n\' at end of lines so that final line begins with '@end' on its own line as required by TexInfo. diff -r 1bad33112465 -r 142084841f23 doc/interpreter/genpropdoc.m --- a/doc/interpreter/genpropdoc.m Tue Jun 04 08:10:11 2019 -0700 +++ b/doc/interpreter/genpropdoc.m Tue Jun 04 09:23:09 2019 -0700 @@ -560,7 +560,7 @@ @item extend:\n\ Shitf+Left-click, Middle click, or combined Left-click and Right-click.\n\ @item open:\n\ -Double Left-click.\ +Double Left-click.\n\ @end table"; case "sizechangedfcn" @@ -618,7 +618,7 @@ @item VerticalScrollAmount:\n\ The number of lines a wheel step should scroll. This value is always 3.\n\ @item EventName:\n\ -The event name which is \"WindowScrollWheel\".\ +The event name which is \"WindowScrollWheel\".\n\ @end table\ \n\n__fcnmsg__"; s.valid = valid_fcn;