diff scripts/gui/waitbar.m @ 20716:1ecee53513d7

doc: Peridodic grammar check of documentation. * diffeq.txi, numbers.txi, symtab.cc, urlwrite.cc, mget.m, uicontextmenu.m, uicontrol.m, uipanel.m, uipushtool.m, uitoggletool.m, uitoolbar.m, waitbar.m, hsv2rgb.m, beep.m, textread.m, odeget.m, integrate_adaptive.m, integrate_const.m, annotation.m, surfnorm.m: Peridodic grammar check of documentation.
author Rik <rik@octave.org>
date Wed, 18 Nov 2015 17:24:47 -0800
parents 5b7643257978
children 516bb87ea72e
line wrap: on
line diff
--- a/scripts/gui/waitbar.m	Wed Nov 18 16:40:22 2015 -0800
+++ b/scripts/gui/waitbar.m	Wed Nov 18 17:24:47 2015 -0800
@@ -32,7 +32,7 @@
 ## The optional message @var{msg} is centered and displayed above the waitbar.
 ##
 ## A cancel button can be added to the bottom of the waitbar using the
-## "createcancelbtn" property of waitbar figures. The action to be
+## @qcode{"createcancelbtn"} property of waitbar figures.  The action to be
 ## executed when the user presses the button is specified using a string or
 ## function handle @var{fcn}.
 ##