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:
parent
cbe643104d
commit
3a8a231810
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user