mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 11:20:41 -08:00
* faq.texi (Filling paragraphs with a single space): No need to
change sentence-end now.
This commit is contained in:
parent
cdc61d3531
commit
eb29a7abc0
2 changed files with 6 additions and 3 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue