emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/text.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/text.texi
Date: Sat, 08 Apr 2006 10:44:49 +0000

Index: emacs/man/text.texi
diff -u emacs/man/text.texi:1.63 emacs/man/text.texi:1.64
--- emacs/man/text.texi:1.63    Thu Mar 16 03:19:56 2006
+++ emacs/man/text.texi Sat Apr  8 10:44:48 2006
@@ -557,11 +557,11 @@
 fill commands put two spaces after a colon.
 
 @vindex fill-nobreak-predicate
-  The variable @code{fill-nobreak-predicate} specifies additional
-conditions for where line-breaking is allowed.  Its value is either
address@hidden or a Lisp function; the function is called with no
+  The variable @code{fill-nobreak-predicate} is a hook (an abnormal
+hook, @pxref{Hooks}) specifying additional conditions where
+line-breaking is not allowed.  Each function is called with no
 arguments, with point at a place where Emacs is considering breaking
-the line.  If the function returns a address@hidden value, then that's
+the line.  If a function returns a address@hidden value, then that's
 a bad place to break the line.  Two standard functions you can use are
 @code{fill-single-word-nobreak-p} (don't break after the first word of
 a sentence or before the last) and @code{fill-french-nobreak-p} (don't




reply via email to

[Prev in Thread] Current Thread [Next in Thread]