changeset 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 d5e08881bba8
children 518789a0539d
files scripts/plot/ishghandle.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/ishghandle.m	Sun Oct 12 15:28:00 2008 +0100
+++ b/scripts/plot/ishghandle.m	Tue Oct 14 13:26:09 2008 -0400
@@ -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)