aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2020-03-14 11:25:57 +0100
committerPhilipp Stephani2020-03-14 11:25:57 +0100
commit3a8a231810d3380889bda5034f4d9e995d82b0b7 (patch)
tree968e161694df7fda62a37c3a8bd12edc5a3b4892
parentcbe643104d10b088ff0675af15fe8126914b6d5a (diff)
downloademacs-3a8a231810d3380889bda5034f4d9e995d82b0b7.tar.gz
emacs-3a8a231810d3380889bda5034f4d9e995d82b0b7.zip
* lisp/textmodes/fill.el (fill-nobreak-predicate): Fix documentation.
-rw-r--r--lisp/textmodes/fill.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 0bc922e9801..15b13af5681 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -365,7 +365,8 @@ which is an error according to some typographical conventions."
365(defcustom fill-nobreak-predicate nil 365(defcustom fill-nobreak-predicate nil
366 "List of predicates for recognizing places not to break a line. 366 "List of predicates for recognizing places not to break a line.
367The predicates are called with no arguments, with point at the place to 367The predicates are called with no arguments, with point at the place to
368be tested. If it returns t, fill commands do not break the line there." 368be tested. If it returns a non-nil value, fill commands do not break
369the line there."
369 :group 'fill 370 :group 'fill
370 :type 'hook 371 :type 'hook
371 :options '(fill-french-nobreak-p fill-single-word-nobreak-p 372 :options '(fill-french-nobreak-p fill-single-word-nobreak-p