emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8a9c468: Document fill-separate-heterogeneous-words


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 8a9c468: Document fill-separate-heterogeneous-words-with-space (bug#25685)
Date: Wed, 15 Feb 2017 00:59:51 -0500 (EST)

branch: master
commit 8a9c468b6f5cf2ffc684270433f8d9173236a22d
Author: Katsumi Yamaoka <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    Document fill-separate-heterogeneous-words-with-space (bug#25685)
    
    * doc/lispref/text.texi (Filling):
    Document fill-separate-heterogeneous-words-with-space (bug#25685).
---
 doc/lispref/text.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 438c67b..9696c73 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1649,6 +1649,13 @@ If this variable is address@hidden, it should be a 
string of
 characters that can end a sentence without following spaces.
 @end defopt
 
address@hidden fill-separate-heterogeneous-words-with-space
+If this variable is address@hidden, two words of different kind (e.g.,
+English and CJK) will be separated with a space when concatenating one
+that is in the end of a line and the other that is in the beginning of
+the next line for filling.
address@hidden defopt
+
 @defvar fill-paragraph-function
 This variable provides a way to override the filling of paragraphs.
 If its value is address@hidden, @code{fill-paragraph} calls this



reply via email to

[Prev in Thread] Current Thread [Next in Thread]