In fact, single-argument limit isn't doing much at all with ind:

limit(ind+1) => ind+1 -- should be ind
limit(ind^2) => ind^2 -- should be ind
limit(1/ind) => 1/ind -- should be und

etc.