]> git.eshelyaron.com Git - emacs.git/commitdiff
* faq.texi (Filling paragraphs with a single space): No need to
authorChong Yidong <cyd@stupidchicken.com>
Wed, 14 Dec 2005 18:25:02 +0000 (18:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 14 Dec 2005 18:25:02 +0000 (18:25 +0000)
change sentence-end now.

man/ChangeLog
man/faq.texi

index 279055dc6ecd09ba35fa22946c717615f29dff3e..97aaea277ffa10052d03503c6fe000d169891ca3 100644 (file)
@@ -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'.
index 31d1c518d92c92f88a7784e26c0e8618e6d36ebb..b7f8311f58f96426a1d35f91fb00e73f7cdf967f 100644 (file)
@@ -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