diff scripts/plot/uimenu.m @ 12974:6590446c2498

doc: Correct Texinfo overfull hbox instances. * accumdim.m: Use @smallexample to set smaller font. * isonormals.m: Use @smallexample to set smaller font. Break lines and use line continuations. * isosurface.m: Use @smallexample to set smaller font. Break lines and use line continuations. * uimenu.m: Break lines and use line continuations. * quantile.m: Use @smallexample to set smaller font.
author Rik <octave@nomad.inbox5.com>
date Tue, 16 Aug 2011 22:19:56 -0700
parents 33bbae85769a
children cb8fd692b600
line wrap: on
line diff
--- a/scripts/plot/uimenu.m
+++ b/scripts/plot/uimenu.m
@@ -66,8 +66,10 @@
 ## @group
 ## f = uimenu("label", "&File", "accelerator", "f");
 ## e = uimenu("label", "&Edit", "accelerator", "e");
-## uimenu(f, "label", "Close", "accelerator", "q", "callback", "close (gcf)");
-## uimenu(e, "label", "Toggle &Grid", "accelerator", "g", "callback", "grid (gca)");
+## uimenu(f, "label", "Close", "accelerator", "q", ...
+##           "callback", "close (gcf)");
+## uimenu(e, "label", "Toggle &Grid", "accelerator", "g", ...
+##           "callback", "grid (gca)");
 ## @end group
 ## @end example
 ## @seealso{figure}