; * lisp/simple.el (move-beginning-of-line): Doc fix.
This commit is contained in:
parent
a4dd03ebe9
commit
6663b2f211
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue