# HG changeset patch # User Rik # Date 1405651881 25200 # Node ID 3136e3f8e631e122cbd9dc2491cf9c253e7c0819 # Parent 9eec76b084c8ad281be5f07ce073a48ccfb1ef2e linkaxes.m: Fix unbalanced parentheses warning in Texinfo. * linkaxes.m: Fix unbalanced parentheses warning in docstring. diff -r 9eec76b084c8 -r 3136e3f8e631 scripts/plot/util/linkaxes.m --- a/scripts/plot/util/linkaxes.m Fri Jul 18 03:19:04 2014 +0100 +++ b/scripts/plot/util/linkaxes.m Thu Jul 17 19:51:21 2014 -0700 @@ -17,8 +17,8 @@ ## . ## -*- texinfo -*- -## @deftypefn {Function File} linkaxes (@var{hax}) -## @deftypefnx {Function File} linkaxes (@var{hax}, @var{optstr}) +## @deftypefn {Function File} {} linkaxes (@var{hax}) +## @deftypefnx {Function File} {} linkaxes (@var{hax}, @var{optstr}) ## Link the axis limits of 2-D plots such that a change in one is ## propagated to the others. ##