aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/text.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 438c67be89b..9696c73c484 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1649,6 +1649,13 @@ If this variable is non-@code{nil}, it should be a string of
1649characters that can end a sentence without following spaces. 1649characters that can end a sentence without following spaces.
1650@end defopt 1650@end defopt
1651 1651
1652@defopt fill-separate-heterogeneous-words-with-space
1653If this variable is non-@code{nil}, two words of different kind (e.g.,
1654English and CJK) will be separated with a space when concatenating one
1655that is in the end of a line and the other that is in the beginning of
1656the next line for filling.
1657@end defopt
1658
1652@defvar fill-paragraph-function 1659@defvar fill-paragraph-function
1653This variable provides a way to override the filling of paragraphs. 1660This variable provides a way to override the filling of paragraphs.
1654If its value is non-@code{nil}, @code{fill-paragraph} calls this 1661If its value is non-@code{nil}, @code{fill-paragraph} calls this