Info Node: (efaq)Filling paragraphs with a single space
(efaq)Filling paragraphs with a single space
How can I tell Emacs to fill paragraphs with a single space after each period?
==============================================================================
Ulrich Mueller <ulm@vsnhd1.cern.ch> suggests adding the following
two lines to your `.emacs' file:
(setq sentence-end "[.?!][]\"')}]*\\($\\|[ \t]\\)[ \t\n]*")
(setq sentence-end-double-space nil)