From: Chong Yidong Date: Wed, 14 Dec 2005 18:25:02 +0000 (+0000) Subject: * faq.texi (Filling paragraphs with a single space): No need to X-Git-Tag: emacs-pretest-22.0.90~5278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb29a7abc0ee8cbda169377afd8f8f782c198a61;p=emacs.git * faq.texi (Filling paragraphs with a single space): No need to change sentence-end now. --- diff --git a/man/ChangeLog b/man/ChangeLog index 279055dc6ec..97aaea277ff 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/man/faq.texi b/man/faq.texi index 31d1c518d92..b7f8311f58f 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -2568,11 +2568,9 @@ and MS-DOS have for delineating the end of a line. @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