# HG changeset patch # User Chong Yidong # Date 1134584702 0 # Node ID 79100dce8a85db337efd199f3bf5adc572a8bc62 # Parent d0f7b15488df91ec38f52d3686849a3e7bc78db7 * faq.texi (Filling paragraphs with a single space): No need to change sentence-end now. diff -r d0f7b15488df -r 79100dce8a85 man/ChangeLog --- a/man/ChangeLog Wed Dec 14 17:15:20 2005 +0000 +++ b/man/ChangeLog Wed Dec 14 18:25:02 2005 +0000 @@ -1,3 +1,8 @@ +2005-12-14 Chong Yidong + + * faq.texi (Filling paragraphs with a single space): No need to + change sentence-end now. + 2005-12-13 Romain Francoise * faq.texi (Scrolling only one line): Use `scroll-conservatively'. diff -r d0f7b15488df -r 79100dce8a85 man/faq.texi --- a/man/faq.texi Wed Dec 14 17:15:20 2005 +0000 +++ b/man/faq.texi Wed Dec 14 18:25:02 2005 +0000 @@ -2568,11 +2568,9 @@ @cindex Single space following periods @cindex Periods, one space following -@email{ulm@@vsnhd1.cern.ch, Ulrich Mueller} suggests adding the -following two lines to your @file{.emacs} file: +Add the following line to your @file{.emacs} file: @lisp -(setq sentence-end "[.?!][]\"')@}]*\\($\\|[ \t]\\)[ \t\n]*") (setq sentence-end-double-space nil) @end lisp