From 0466836353bb20a75293b4f358184f2e264ebba5 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 30 Jul 2006 12:34:23 +0000 Subject: [PATCH] (Fields): Mention POS requirement when narrowing is in effect. --- lispref/text.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}. -- 2.39.2