]> git.eshelyaron.com Git - emacs.git/commitdiff
inhibit-field-text-motion
authorGerd Moellmann <gerd@gnu.org>
Tue, 4 Jan 2000 12:29:05 +0000 (12:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 4 Jan 2000 12:29:05 +0000 (12:29 +0000)
etc/NEWS

index 8dc707e9abcb88a96a3dc774febb7a78a01c3623..5c57e6b6ec3ea3e2a33099ede52d8f5bf70729e1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1661,7 +1661,10 @@ Many emacs functions, such as forward-word, forward-sentence,
 forward-paragraph, beginning-of-line, etc., stop moving when they come
 to the boundary between fields; beginning-of-line and end-of-line will
 not let the point move past the field boundary, but other movement
-commands continue into the next field if repeated.
+commands continue into the next field if repeated.  Stopping at field
+boundaries can be suppressed programmatically by binding
+`inhibit-field-text-motion' to a non-nil value around calls to these
+functions.
 
 Now that the minibuffer prompt is inserted into the minibuffer, it is in
 a separate field from the user-input part of the buffer, so that common