changeset 13812:d3f0d75faf2c

title: avoid spurious output * title.m: Rename output argument to retval from h.
author John W. Eaton <jwe@octave.org>
date Fri, 04 Nov 2011 04:55:40 -0400
parents 240d6810204c
children 72875370e2d1
files scripts/plot/title.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/title.m	Fri Nov 04 04:47:24 2011 -0400
+++ b/scripts/plot/title.m	Fri Nov 04 04:55:40 2011 -0400
@@ -26,7 +26,7 @@
 
 ## Author: jwe
 
-function h = title (varargin)
+function retval = title (varargin)
 
   [h, varargin, nargin] = __plt_get_axis_arg__ ("title", varargin{:});