From: Thien-Thi Nguyen Date: Sun, 30 Jul 2006 12:34:23 +0000 (+0000) Subject: (Fields): Mention POS requirement when narrowing is in effect. X-Git-Tag: emacs-pretest-22.0.90~1182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0466836353bb20a75293b4f358184f2e264ebba5;p=emacs.git (Fields): Mention POS requirement when narrowing is in effect. --- diff --git a/lispref/text.texi b/lispref/text.texi index 898f33443b5..fccc72d3d0b 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -3697,7 +3697,8 @@ field nor the following field; the field functions treat it as belonging to an empty field whose beginning and end are both at @var{pos}. In all of these functions, if @var{pos} is omitted or @code{nil}, the -value of point is used by default. +value of point is used by default. If narrowing is in effect, then +@var{pos} should fall within the accessible portion. @xref{Narrowing}. @defun field-beginning &optional pos escape-from-edge limit This function returns the beginning of the field specified by @var{pos}.