diff options
author | Dave Love <fx@gnu.org> | 2000-09-28 14:25:03 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-28 14:25:03 +0000 |
commit | a3de91cd404f33885c3a24ffca55a182bd067f05 (patch) | |
tree | 8857b3cce368d0ae8f1c233f7aff225f2661b6ef /man/text.texi | |
parent | b44ea00e337d3e825c0c0edce0be4c8c37528134 (diff) | |
download | emacs-a3de91cd404f33885c3a24ffca55a182bd067f05.tar.gz |
sentence-end-without-period
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/text.texi b/man/text.texi index 5882e62e4d7..c2fb149280a 100644 --- a/man/text.texi +++ b/man/text.texi @@ -532,6 +532,12 @@ two spaces for the end of a sentence, as explained above. @xref{Sentences}. If the variable @code{colon-double-space} is non-@code{nil}, the fill commands put two spaces after a colon. +@vindex sentence-end-without-period +The variable @code{sentence-end-without-period} can be set +non-@code{nil} to indicate that a sentence will end without a period. +For example, a sentence in Thai text ends with double space but without +a period. + @node Fill Prefix @subsection The Fill Prefix |