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:
parent
35a4c758b3
commit
0466836353
1 changed files with 2 additions and 1 deletions
|
|
@ -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}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue