diff options
| -rw-r--r-- | doc/lispref/text.texi | 7 |
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 | |||
| 1649 | characters that can end a sentence without following spaces. | 1649 | characters that can end a sentence without following spaces. |
| 1650 | @end defopt | 1650 | @end defopt |
| 1651 | 1651 | ||
| 1652 | @defopt fill-separate-heterogeneous-words-with-space | ||
| 1653 | If this variable is non-@code{nil}, two words of different kind (e.g., | ||
| 1654 | English and CJK) will be separated with a space when concatenating one | ||
| 1655 | that is in the end of a line and the other that is in the beginning of | ||
| 1656 | the next line for filling. | ||
| 1657 | @end defopt | ||
| 1658 | |||
| 1652 | @defvar fill-paragraph-function | 1659 | @defvar fill-paragraph-function |
| 1653 | This variable provides a way to override the filling of paragraphs. | 1660 | This variable provides a way to override the filling of paragraphs. |
| 1654 | If its value is non-@code{nil}, @code{fill-paragraph} calls this | 1661 | If its value is non-@code{nil}, @code{fill-paragraph} calls this |