emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 80463a4: Improve documentation of fill-separate-h


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 80463a4: Improve documentation of fill-separate-heterogeneous-words-with-space
Date: Wed, 10 Jan 2018 15:25:32 -0500 (EST)

branch: emacs-26
commit 80463a43da2f23717400250b054afee243df950c
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    Improve documentation of fill-separate-heterogeneous-words-with-space
    
    * lisp/textmodes/fill.el
    (fill-separate-heterogeneous-words-with-space): Fix grammar.
---
 lisp/textmodes/fill.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index ce83ad7..8422f0e 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -50,10 +50,11 @@ A value of nil means that any change in indentation starts 
a new paragraph."
 (put 'colon-double-space 'safe-local-variable 'booleanp)
 
 (defcustom fill-separate-heterogeneous-words-with-space nil
-  "Non-nil means that use a space to separate words of different kind.
-This will be done with a word in the end of a line and a word in the
-beginning of the next line when concatenating them for filling those
-lines.  Whether to use a space is up to how the words are categorized."
+  "Non-nil means to use a space to separate words of a different kind.
+This will be done with a word in the end of a line and a word in
+the beginning of the next line when concatenating them for
+filling those lines.  Whether to use a space depends on how the
+words are categorized."
   :type 'boolean
   :group 'fill
   :version "26.1")



reply via email to

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