summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-01-05 11:34:41 -0800
committerGlenn Morris <rgm@gnu.org>2013-01-05 11:34:41 -0800
commit1f1c405dfade4747060ce1ca89c9f870388b1c62 (patch)
tree9c859036b3cf9ed04f8b1fb33ec967b98abb1556
parentf8acde11051e2b777f2700f78f2090bd4db04d11 (diff)
downloademacs-1f1c405dfade4747060ce1ca89c9f870388b1c62.tar.gz
* doc/lsipref/display.texi (Overlay Properties): Mention field.
Fixes: debbugs:13364
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi8
2 files changed, 12 insertions, 0 deletions
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 <rgm@gnu.org>
+
+ * display.texi (Overlay Properties): Mention field. (Bug#13364)
+
2013-01-05 Eli Zaretskii <eliz@gnu.org>
* 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