1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

* lisp/textmodes/fill.el (fill-nobreak-predicate): Fix documentation.

This commit is contained in:
Philipp Stephani 2020-03-14 11:25:57 +01:00
parent cbe643104d
commit 3a8a231810

View File

@ -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