diff options
| author | Eli Zaretskii | 2006-04-08 10:44:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-08 10:44:48 +0000 |
| commit | b4b2135bee6bdaf6dbcfde7e1d349c51f50e339c (patch) | |
| tree | f1e96897595efd8e3d60572703154b6baaaba3ec | |
| parent | dbcd3ce07492595ab409fabc02fe2ee16550de5d (diff) | |
| download | emacs-b4b2135bee6bdaf6dbcfde7e1d349c51f50e339c.tar.gz emacs-b4b2135bee6bdaf6dbcfde7e1d349c51f50e339c.zip | |
(Fill Commands): fill-nobreak-predicate is now a hook.
| -rw-r--r-- | man/text.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/text.texi b/man/text.texi index cf3d03af4d5..97e6aa50338 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -557,11 +557,11 @@ two spaces for the end of a sentence, as explained above. @xref{Sentences}. | |||
| 557 | fill commands put two spaces after a colon. | 557 | fill commands put two spaces after a colon. |
| 558 | 558 | ||
| 559 | @vindex fill-nobreak-predicate | 559 | @vindex fill-nobreak-predicate |
| 560 | The variable @code{fill-nobreak-predicate} specifies additional | 560 | The variable @code{fill-nobreak-predicate} is a hook (an abnormal |
| 561 | conditions for where line-breaking is allowed. Its value is either | 561 | hook, @pxref{Hooks}) specifying additional conditions where |
| 562 | @code{nil} or a Lisp function; the function is called with no | 562 | line-breaking is not allowed. Each function is called with no |
| 563 | arguments, with point at a place where Emacs is considering breaking | 563 | arguments, with point at a place where Emacs is considering breaking |
| 564 | the line. If the function returns a non-@code{nil} value, then that's | 564 | the line. If a function returns a non-@code{nil} value, then that's |
| 565 | a bad place to break the line. Two standard functions you can use are | 565 | a bad place to break the line. Two standard functions you can use are |
| 566 | @code{fill-single-word-nobreak-p} (don't break after the first word of | 566 | @code{fill-single-word-nobreak-p} (don't break after the first word of |
| 567 | a sentence or before the last) and @code{fill-french-nobreak-p} (don't | 567 | a sentence or before the last) and @code{fill-french-nobreak-p} (don't |