]> git.eshelyaron.com Git - emacs.git/commitdiff
(Filling): Add anchor for definition of `sentence-end-double-space'.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 9 Oct 2004 18:33:33 +0000 (18:33 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 9 Oct 2004 18:33:33 +0000 (18:33 +0000)
lispref/text.texi

index caa3f21b7b1cd3b72b1a0a9016ce949d04cbeed6..00aa235f513521e0aa326505d5b909f68563670b 100644 (file)
@@ -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.