changeset 27140:142084841f23

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.
author Rik <rik@octave.org>
date Tue, 04 Jun 2019 09:23:09 -0700
parents 1bad33112465
children f26b13c80e45
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;