aboutsummaryrefslogtreecommitdiffstats
path: root/man/faq.texi
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2005-12-14 18:25:02 +0000
committerChong Yidong <[email protected]>2005-12-14 18:25:02 +0000
commiteb29a7abc0ee8cbda169377afd8f8f782c198a61 (patch)
treed2520488d39e02dbf80b404a6d0b7949ceee09d0 /man/faq.texi
parentcdc61d3531f5e0e99e7548e50c532132991b6880 (diff)
* 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 31d1c518d9..b7f8311f58 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