1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(Fields): Mention POS requirement when narrowing is in effect.

This commit is contained in:
Thien-Thi Nguyen 2006-07-30 12:34:23 +00:00
parent 35a4c758b3
commit 0466836353

View file

@ -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}.