diff doc/interpreter/genpropdoc.m @ 19810:4cecd33915ef

genpropdoc.m: Update axes property name to "mousewheelzoom". * genpropdoc.m: Update axes property name to "mousewheelzoom".
author Rik <rik@octave.org>
date Thu, 19 Feb 2015 17:42:52 -0800
parents 97690ea6f57a
children 4f6ae6b94abe
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Thu Feb 19 18:05:07 2015 -0500
+++ b/doc/interpreter/genpropdoc.m	Thu Feb 19 17:42:52 2015 -0800
@@ -528,7 +528,7 @@
       case "linestyleorder"
       case "linewidth"
       case "minorgridlinestyle"
-      case "mouse_wheel_zoom"
+      case "mousewheelzoom"
         s.doc = "Fraction of axes limits to zoom for each wheel movement."; 
         s.valid = "scalar in the range (0, 1)";