comparison scripts/plot/waitforbuttonpress.m @ 9040:dbd0c77e575e

Cleanup documentation file plot.texi Spellcheck Stylecheck (Mostly double spaces after periods)
author Rik <rdrider0-list@yahoo.com>
date Sun, 22 Mar 2009 14:40:24 -0700
parents 52d8d50e74c1
children 16f53d29049f
comparison
equal deleted inserted replaced
9039:51dc9691f23f 9040:dbd0c77e575e
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{b} =} waitforbuttonpress () 20 ## @deftypefn {Function File} {@var{b} =} waitforbuttonpress ()
21 ## Wait for button or mouse press.over a figure window. The value of 21 ## Wait for button or mouse press.over a figure window. The value of
22 ## @var{b} returns 0 if a mouse button was pressed or 1 is a key was 22 ## @var{b} returns 0 if a mouse button was pressed or 1 is a key was
23 ## pressed. 23 ## pressed.
24 ## @seealso{ginput} 24 ## @seealso{ginput}
25 ## @end deftypefn 25 ## @end deftypefn
26 26