changeset 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 984359717d71
children 834f904a3dcb
files scripts/plot/ginput.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/ginput.m	Wed Oct 05 13:10:10 2011 -0700
+++ b/scripts/plot/ginput.m	Wed Oct 05 16:46:16 2011 -0700
@@ -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)