diff scripts/plot/ishghandle.m @ 8214:263261b2124f

ishghandle.m: remove spurious \n\ from doc string
author John W. Eaton <jwe@octave.org>
date Tue, 14 Oct 2008 13:26:09 -0400
parents 3b53b25e2550
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/ishghandle.m
+++ b/scripts/plot/ishghandle.m
@@ -18,7 +18,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} ishghandle (@var{h})
-## Return true if @var{h} is a graphics handle and false otherwise.\n\
+## Return true if @var{h} is a graphics handle and false otherwise.
 ## @end deftypefn
 
 function retval = ishghandle (h)