emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sun, 06 Feb 2005 06:02:29 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.92 emacs/lispref/text.texi:1.93
*** emacs/lispref/text.texi:1.92        Sat Feb  5 18:11:58 2005
--- emacs/lispref/text.texi     Sun Feb  6 11:02:29 2005
***************
*** 1598,1608 ****
  @end defvar
  
  @defvar fill-nobreak-predicate
! This variable gives major modes a way to specify not to break a line at
! certain places.  Its value should be a function.  This function is
! called during filling, with no arguments and with point located at the
! place where a break is being considered.  If the function returns
! address@hidden, then the line won't be broken there.
  @end defvar
  
  @node Adaptive Fill
--- 1598,1610 ----
  @end defvar
  
  @defvar fill-nobreak-predicate
! This variable gives major modes a way to specify not to break a line
! at certain places.  Its value should be a list of functions, but a
! single function is also supported for compatibility.  Whenever filling
! considers breaking the line at a certain place in the buffer, it calls
! each of these functions with no arguments and with point located at
! that place.  If any of the functions returns address@hidden, then the
! line won't be broken there.
  @end defvar
  
  @node Adaptive Fill




reply via email to

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