aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorThien-Thi Nguyen2006-07-30 12:34:23 +0000
committerThien-Thi Nguyen2006-07-30 12:34:23 +0000
commit0466836353bb20a75293b4f358184f2e264ebba5 (patch)
tree169123f365faa38ce3f2102e92bced903fb47cb2 /lispref
parent35a4c758b3e9c7014267c983ca01911f5cd69b24 (diff)
downloademacs-0466836353bb20a75293b4f358184f2e264ebba5.tar.gz
emacs-0466836353bb20a75293b4f358184f2e264ebba5.zip
(Fields): Mention POS requirement when narrowing is in effect.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/text.texi3
1 files changed, 2 insertions, 1 deletions
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
3697to an empty field whose beginning and end are both at @var{pos}. 3697to an empty field whose beginning and end are both at @var{pos}.
3698 3698
3699 In all of these functions, if @var{pos} is omitted or @code{nil}, the 3699 In all of these functions, if @var{pos} is omitted or @code{nil}, the
3700value of point is used by default. 3700value of point is used by default. If narrowing is in effect, then
3701@var{pos} should fall within the accessible portion. @xref{Narrowing}.
3701 3702
3702@defun field-beginning &optional pos escape-from-edge limit 3703@defun field-beginning &optional pos escape-from-edge limit
3703This function returns the beginning of the field specified by @var{pos}. 3704This function returns the beginning of the field specified by @var{pos}.