changeset 67576:79100dce8a85

* faq.texi (Filling paragraphs with a single space): No need to change sentence-end now.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 14 Dec 2005 18:25:02 +0000
parents d0f7b15488df
children 125832ddcd6b
files man/ChangeLog man/faq.texi
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* faq.texi (Filling paragraphs with a single space): No need to
+	change sentence-end now.
+
 2005-12-13  Romain Francoise  <romain@orebokech.com>
 
 	* faq.texi (Scrolling only one line): Use `scroll-conservatively'.
--- 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