aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-04 12:29:05 +0000
committerGerd Moellmann2000-01-04 12:29:05 +0000
commitfc7ac24f5f3592b99ba50b8e2a216274544297e7 (patch)
tree138a963e6ea79366c2fce0d8b7c6be16d6a1e777
parent2e471eb5f3defe261f403bc076f0abf77c0341a5 (diff)
downloademacs-fc7ac24f5f3592b99ba50b8e2a216274544297e7.tar.gz
emacs-fc7ac24f5f3592b99ba50b8e2a216274544297e7.zip
inhibit-field-text-motion
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8dc707e9abc..5c57e6b6ec3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1661,7 +1661,10 @@ Many emacs functions, such as forward-word, forward-sentence,
1661forward-paragraph, beginning-of-line, etc., stop moving when they come 1661forward-paragraph, beginning-of-line, etc., stop moving when they come
1662to the boundary between fields; beginning-of-line and end-of-line will 1662to the boundary between fields; beginning-of-line and end-of-line will
1663not let the point move past the field boundary, but other movement 1663not let the point move past the field boundary, but other movement
1664commands continue into the next field if repeated. 1664commands continue into the next field if repeated. Stopping at field
1665boundaries can be suppressed programmatically by binding
1666`inhibit-field-text-motion' to a non-nil value around calls to these
1667functions.
1665 1668
1666Now that the minibuffer prompt is inserted into the minibuffer, it is in 1669Now that the minibuffer prompt is inserted into the minibuffer, it is in
1667a separate field from the user-input part of the buffer, so that common 1670a separate field from the user-input part of the buffer, so that common