From 1f1c405dfade4747060ce1ca89c9f870388b1c62 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 5 Jan 2013 11:34:41 -0800 Subject: [PATCH] * doc/lsipref/display.texi (Overlay Properties): Mention field. Fixes: debbugs:13364 --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index afe632a9365..2830a0ba47f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-01-05 Glenn Morris + + * display.texi (Overlay Properties): Mention field. (Bug#13364) + 2013-01-05 Eli Zaretskii * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 616ffcddeee..b7ea39ab69d 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -1559,6 +1559,14 @@ mouse onto the text in the overlay, Emacs displays a help string in the echo area, or in the tooltip window. For details see @ref{Text help-echo}. +@item field +@kindex field @r{(overlay property)} +@c Copied from Special Properties. +Consecutive characters with the same @code{field} property constitute a +@emph{field}. Some motion functions including @code{forward-word} and +@code{beginning-of-line} stop moving at a field boundary. +@xref{Fields}. + @item modification-hooks @kindex modification-hooks @r{(overlay property)} This property's value is a list of functions to be called if any -- 2.39.2