# HG changeset patch # User Rik # Date 1317858376 25200 # Node ID c60a059a18bc8f4cb1e81f079a319651ad53e4cb # Parent 984359717d71a2259aac8d3f69c70d2d12da66bd doc: Use @key{} macro in ginput() documentation ginput.m: Use @key{} macro in ginput() documentation. diff --git a/scripts/plot/ginput.m b/scripts/plot/ginput.m --- 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)