diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-10-09 18:33:33 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-10-09 18:33:33 +0000 |
commit | 6cae76c29157856e6392ecc47764fe6eab6f2e1c (patch) | |
tree | a2be67d938f0a443d4e53761dca3aa8ffd2c0ece /lispref | |
parent | cd9d956124848da72b19da969ea37553c7dce970 (diff) | |
download | emacs-6cae76c29157856e6392ecc47764fe6eab6f2e1c.tar.gz |
(Filling): Add anchor for definition of `sentence-end-double-space'.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/text.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index caa3f21b7b1..00aa235f513 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, +@c 2000, 2001, 2004 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/text @@ -1448,6 +1449,7 @@ the text around point. @end defun @defopt sentence-end-double-space +@anchor{Definition of sentence-end-double-space} If this variable is non-@code{nil}, a period followed by just one space does not count as the end of a sentence, and the filling functions avoid breaking the line at such a place. |