]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (move-beginning-of-line): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Dec 2020 09:00:05 +0000 (11:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Dec 2020 09:00:05 +0000 (11:00 +0200)
lisp/simple.el

index 3ea00d44a03005c873246d0ff5d56f8c5c25c4b4..2286279ec011c4836031e40c174d9c16a16e7459 100644 (file)
@@ -6866,6 +6866,12 @@ rests."
 \(If there's an image in the line, this disregards newlines
 that are part of the text that the image rests on.)
 
+When moving from position that has no `field' property, this
+command doesn't enter text which has non-nil `field' property.
+In particular, when invoked in the minibuffer, the command will
+stop short of entering the text of the minibuffer prompt.
+See `inhibit-field-text-motion' for how to inhibit this.
+
 With argument ARG not nil or 1, move forward ARG - 1 lines first.
 If point reaches the beginning or end of buffer, it stops there.
 \(But if the buffer doesn't end in a newline, it stops at the