From: Glenn Morris Date: Sat, 5 Jan 2013 19:34:41 +0000 (-0800) Subject: * doc/lsipref/display.texi (Overlay Properties): Mention field. X-Git-Tag: emacs-24.2.92~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f1c405dfade4747060ce1ca89c9f870388b1c62;p=emacs.git * doc/lsipref/display.texi (Overlay Properties): Mention field. Fixes: debbugs:13364 --- 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