/[emacs]/emacs/lispref/text.texi
ViewVC logotype

Diff of /emacs/lispref/text.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.92 by lute, Sat Feb 5 18:11:58 2005 UTC revision 1.93 by rms, Sun Feb 6 11:02:29 2005 UTC
# Line 1598  becomes buffer-local when set in any fas Line 1598  becomes buffer-local when set in any fas
1598  @end defvar  @end defvar
1599    
1600  @defvar fill-nobreak-predicate  @defvar fill-nobreak-predicate
1601  This variable gives major modes a way to specify not to break a line at  This variable gives major modes a way to specify not to break a line
1602  certain places.  Its value should be a function.  This function is  at certain places.  Its value should be a list of functions, but a
1603  called during filling, with no arguments and with point located at the  single function is also supported for compatibility.  Whenever filling
1604  place where a break is being considered.  If the function returns  considers breaking the line at a certain place in the buffer, it calls
1605  non-@code{nil}, then the line won't be broken there.  each of these functions with no arguments and with point located at
1606    that place.  If any of the functions returns non-@code{nil}, then the
1607    line won't be broken there.
1608  @end defvar  @end defvar
1609    
1610  @node Adaptive Fill  @node Adaptive Fill

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26