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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sun, 25 Nov 2001 07:38:29 -0500

Index: emacs/lispref/text.texi
diff -u emacs/lispref/text.texi:1.51 emacs/lispref/text.texi:1.52
--- emacs/lispref/text.texi:1.51        Wed Oct 31 16:58:44 2001
+++ emacs/lispref/text.texi     Sun Nov 25 07:38:29 2001
@@ -3185,7 +3185,7 @@
   In all of these functions, if @var{pos} is omitted or @code{nil}, the
 value of point is used by default.
 
address@hidden field-beginning &optional pos escape-from-edge
address@hidden field-beginning &optional pos escape-from-edge limit
 @tindex field-beginning
 This function returns the beginning of the field specified by @var{pos}.
 
@@ -3194,9 +3194,13 @@
 always the beginning of the preceding field that @emph{ends} at @var{pos},
 regardless of the stickiness of the @code{field} properties around
 @var{pos}.
+
+If @var{limit} is address@hidden, it is a buffer position; if the
+beginning of the field is before @var{limit}, then @var{limit} will be
+returned instead.
 @end defun
 
address@hidden field-end &optional pos escape-from-edge
address@hidden field-end &optional pos escape-from-edge limit
 @tindex field-end
 This function returns the end of the field specified by @var{pos}.
 
@@ -3204,6 +3208,10 @@
 address@hidden, then the return value is always the end of the following
 field that @emph{begins} at @var{pos}, regardless of the stickiness of
 the @code{field} properties around @var{pos}.
+
+If @var{limit} is address@hidden, it is a buffer position; if the end
+of the field is after @var{limit}, then @var{limit} will be returned
+instead.
 @end defun
 
 @defun field-string &optional pos



reply via email to

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