Mercurial > hg > octave-lyh
diff scripts/plot/ginput.m @ 13280:c60a059a18bc
doc: Use @key{} macro in ginput() documentation
ginput.m: Use @key{} macro in ginput() documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 05 Oct 2011 16:46:16 -0700 |
parents | 6efa1a691713 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/plot/ginput.m +++ b/scripts/plot/ginput.m @@ -21,7 +21,7 @@ ## Return which mouse buttons were pressed and keys were hit on the current ## figure. If @var{n} is defined, then wait for @var{n} mouse clicks ## before returning. If @var{n} is not defined, then @code{ginput} will -## loop until the return key is pressed. +## loop until the return key @key{RET} is pressed. ## @end deftypefn function varargout = ginput (n)