# HG changeset patch # User Thien-Thi Nguyen # Date 1154262863 0 # Node ID bbb689ae03ca2e43b1ae1429d2b7f183e28e7598 # Parent 15be100e5afb7e4ea21dc6a4607a83775c06d56e (Fields): Mention POS requirement when narrowing is in effect. diff -r 15be100e5afb -r bbb689ae03ca lispref/text.texi --- a/lispref/text.texi Sun Jul 30 09:43:47 2006 +0000 +++ b/lispref/text.texi Sun Jul 30 12:34:23 2006 +0000 @@ -3697,7 +3697,8 @@ 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}.