diff options
-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 |