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}. | |||
| 532 | If the variable @code{colon-double-space} is non-@code{nil}, the | 532 | If the variable @code{colon-double-space} is non-@code{nil}, the |
| 533 | fill commands put two spaces after a colon. | 533 | fill commands put two spaces after a colon. |
| 534 | 534 | ||
| 535 | @vindex sentence-end-without-period | ||
| 536 | The variable @code{sentence-end-without-period} can be set | ||
| 537 | non-@code{nil} to indicate that a sentence will end without a period. | ||
| 538 | For example, a sentence in Thai text ends with double space but without | ||
| 539 | a period. | ||
| 540 | |||
| 535 | @node Fill Prefix | 541 | @node Fill Prefix |
| 536 | @subsection The Fill Prefix | 542 | @subsection The Fill Prefix |
| 537 | 543 | ||