/[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.95 by rms, Sun Mar 6 18:25:39 2005 UTC revision 1.96 by rms, Thu Mar 17 23:30:15 2005 UTC
# Line 1480  does not count as the end of a sentence, Line 1480  does not count as the end of a sentence,
1480  avoid breaking the line at such a place.  avoid breaking the line at such a place.
1481  @end defopt  @end defopt
1482    
1483    @defopt sentence-end-without-period
1484    If this variable is non-@code{nil}, a sentence can end without a
1485    period.  This is used for languages like Thai, where sentences end
1486    with a double space but without a period.
1487    @end defopt
1488    
1489    @defopt sentence-end-without-space
1490    If this variable is non-@code{nil}, it should be a string of
1491    characters that can end a sentence without following spaces.
1492    @end defopt
1493    
1494  @defvar fill-paragraph-function  @defvar fill-paragraph-function
1495  This variable provides a way for major modes to override the filling of  This variable provides a way for major modes to override the filling of
1496  paragraphs.  If the value is non-@code{nil}, @code{fill-paragraph} calls  paragraphs.  If the value is non-@code{nil}, @code{fill-paragraph} calls
# Line 2619  list. Line 2630  list.
2630  @end defun  @end defun
2631    
2632  @defun remove-list-of-text-properties start end list-of-properties &optional object  @defun remove-list-of-text-properties start end list-of-properties &optional object
2633  Like @code{remove-list-properties} except that  Like @code{remove-text-properties} except that
2634  @var{list-of-properties} is a list property names only, not an  @var{list-of-properties} is a list property names only, not an
2635  alternating list of property values.  alternating list of property names and values.
2636  @end defun  @end defun
2637    
2638  @defun set-text-properties start end props &optional object  @defun set-text-properties start end props &optional object

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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