summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-12-05 11:00:05 +0200
committerEli Zaretskii <eliz@gnu.org>2020-12-05 11:00:05 +0200
commit6663b2f21145ca614b403e89a7097394f913cdb4 (patch)
tree22ad9c15c0e6acbd1a348bec5fb6c368db7d0d57
parenta4dd03ebe918ebc9cfbbec70d8c8910fae822b42 (diff)
downloademacs-6663b2f21145ca614b403e89a7097394f913cdb4.tar.gz
; * lisp/simple.el (move-beginning-of-line): Doc fix.
-rw-r--r--lisp/simple.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 3ea00d44a03..2286279ec01 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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