Mercurial > emacs
comparison man/text.texi @ 83507:81f2d90dee68
Merged from
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-188
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-189
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-190
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-191
Undo incorrect merge of etc/images/README from Gnus 5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-192
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-193
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-194
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-195
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-196
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-197
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-198
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-199
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-200
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-201
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-202
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-203
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-204
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-205
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-206
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-73
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-74
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-75
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-76
Update from CVS: README: Addition from 5.10.6 tar ball.
* emacs@sv.gnu.org/gnus--rel--5.10--patch-77
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-78
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-79
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-80
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-547
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 10 Apr 2006 14:52:24 +0000 |
parents | 72c912844b56 |
children | 8c4614d0bcda 65ca8fb66a0d |
comparison
equal
deleted
inserted
replaced
83506:9905fc171253 | 83507:81f2d90dee68 |
---|---|
555 @vindex colon-double-space | 555 @vindex colon-double-space |
556 If the variable @code{colon-double-space} is non-@code{nil}, the | 556 If the variable @code{colon-double-space} is non-@code{nil}, the |
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 |
568 break after @samp{(} or before @samp{)}, @samp{:} or @samp{?}). | 568 break after @samp{(} or before @samp{)}, @samp{:} or @samp{?}). |
569 | 569 |