From eb29a7abc0ee8cbda169377afd8f8f782c198a61 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 14 Dec 2005 18:25:02 +0000 Subject: [PATCH] * faq.texi (Filling paragraphs with a single space): No need to change sentence-end now. --- man/ChangeLog | 5 +++++ man/faq.texi | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.5