summaryrefslogtreecommitdiff
path: root/man/faq.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-12-14 18:25:02 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-12-14 18:25:02 +0000
commit951aae13507ed8ac607f3dea046b2b52b6e2f8d2 (patch)
tree94712b21a0d9ca0818dc046e60d933077e99d4e5 /man/faq.texi
parentf95b937f862e9a0e739b8da2aba8b367427c5e5f (diff)
downloademacs-951aae13507ed8ac607f3dea046b2b52b6e2f8d2.tar.gz
* faq.texi (Filling paragraphs with a single space): No need to
change sentence-end now.
Diffstat (limited to 'man/faq.texi')
-rw-r--r--man/faq.texi4
1 files changed, 1 insertions, 3 deletions
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