Mercurial > emacs
changeset 72193:bbb689ae03ca
(Fields): Mention POS requirement when narrowing is in effect.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 30 Jul 2006 12:34:23 +0000 |
parents | 15be100e5afb |
children | 06ca00cbd2ca |
files | lispref/text.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}.