GNU Info

Info Node: (efaq)Filling paragraphs with a single space

(efaq)Filling paragraphs with a single space


Next: Escape sequences in shell output Prev: Editing MS-DOS files Up: Common requests
Enter node , (file) or (file)node

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)


automatically generated by info2www version 1.2.2.9