adjust spacing between words

N

need help

have old text with "double click"spacing between words. need to re-adjust
spacing between words to single spacing. example one two three four
 
J

Jezebel

Simplest is to use find and replace: Search for two spaces, replace with one
space, click Replace All repeatedly until number found is zero.

If there are no tabs in your document you could do it all in one go by
search for white space (^w) and replace with a single space.
 
Top