# HG changeset patch # User John W. Eaton # Date 1224005169 14400 # Node ID 263261b2124fbc0f55ecf4b8bfcd347035bb9a37 # Parent d5e08881bba88fa781db014c8fc8a30710e5ae90 ishghandle.m: remove spurious \n\ from doc string diff -r d5e08881bba8 -r 263261b2124f scripts/plot/ishghandle.m --- 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)