It means that INTCON2.7 is set by default (pullups disabled).
When you clear the bit the pullups are enabled. But only for pins configured as inputs. If the PIC is reset the pullups are disabled.

A single pin set to output disabled the pullup for that pin.

At least that's how I read it.

/Henrik.