emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 3a8a231: * lisp/textmodes/fill.el (fill-nobreak-predicate): Fix


From: Philipp Stephani
Subject: emacs-27 3a8a231: * lisp/textmodes/fill.el (fill-nobreak-predicate): Fix documentation.
Date: Sat, 14 Mar 2020 06:26:58 -0400 (EDT)

branch: emacs-27
commit 3a8a231810d3380889bda5034f4d9e995d82b0b7
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * lisp/textmodes/fill.el (fill-nobreak-predicate): Fix documentation.
---
 lisp/textmodes/fill.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 0bc922e..15b13af 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -365,7 +365,8 @@ which is an error according to some typographical 
conventions."
 (defcustom fill-nobreak-predicate nil
   "List of predicates for recognizing places not to break a line.
 The predicates are called with no arguments, with point at the place to
-be tested.  If it returns t, fill commands do not break the line there."
+be tested.  If it returns a non-nil value, fill commands do not break
+the line there."
   :group 'fill
   :type 'hook
   :options '(fill-french-nobreak-p fill-single-word-nobreak-p



reply via email to

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