projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe6431
)
* lisp/textmodes/fill.el (fill-nobreak-predicate): Fix documentation.
author
Philipp Stephani
<phst@google.com>
Sat, 14 Mar 2020 10:25:57 +0000
(11:25 +0100)
committer
Philipp Stephani
<phst@google.com>
Sat, 14 Mar 2020 10:25:57 +0000
(11:25 +0100)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 0bc922e9801a2f7602ddddfec02fa9b27bf79147..15b13af5681e4dfba15b849d979ae07fa073baed 100644
(file)
--- 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