How do I automatically delete a line between all the paragraphs?

M

Melissa B.

I have a HUGE document, and I'm trying to delete the extra lines in-between
each paragraph in the whole document. Is there a way to automatically delete
them, or do I have to go through the whole thing and do it manually?
 
S

Suzanne S. Barnhill

If by "line" you mean blank space, and if the blank space is created by an
empty paragraph, you can search for ^p^p and replace with ^p.
 
Top