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: Thu, 17 Mar 2005 18:30:15 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.95 emacs/lispref/text.texi:1.96
*** emacs/lispref/text.texi:1.95        Sun Mar  6 18:25:39 2005
--- emacs/lispref/text.texi     Thu Mar 17 23:30:15 2005
***************
*** 1480,1485 ****
--- 1480,1496 ----
  avoid breaking the line at such a place.
  @end defopt
  
+ @defopt sentence-end-without-period
+ If this variable is address@hidden, a sentence can end without a
+ period.  This is used for languages like Thai, where sentences end
+ with a double space but without a period.
+ @end defopt
+ 
+ @defopt sentence-end-without-space
+ If this variable is address@hidden, it should be a string of
+ characters that can end a sentence without following spaces.
+ @end defopt
+ 
  @defvar fill-paragraph-function
  This variable provides a way for major modes to override the filling of
  paragraphs.  If the value is address@hidden, @code{fill-paragraph} calls
***************
*** 2619,2627 ****
  @end defun
  
  @defun remove-list-of-text-properties start end list-of-properties &optional 
object
! Like @code{remove-list-properties} except that
  @var{list-of-properties} is a list property names only, not an
! alternating list of property values.
  @end defun
  
  @defun set-text-properties start end props &optional object
--- 2630,2638 ----
  @end defun
  
  @defun remove-list-of-text-properties start end list-of-properties &optional 
object
! Like @code{remove-text-properties} except that
  @var{list-of-properties} is a list property names only, not an
! alternating list of property names and values.
  @end defun
  
  @defun set-text-properties start end props &optional object




reply via email to

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