; * lisp/simple.el (line-move-visual): Fix typo.

This commit is contained in:
Charles A. Roelli 2018-08-12 13:05:27 +02:00
parent d2ad4ba4f3
commit 614cc65f2d

View file

@ -5994,7 +5994,7 @@ into account variable-width characters and line continuation.
If nil, `line-move' moves point by logical lines.
A non-nil setting of `goal-column' overrides the value of this variable
and forces movement by logical lines.
A window that is horizontally scrolled also forces movement by logical
A window that is horizontally scrolled also forces movement by logical
lines."
:type 'boolean
:group 'editing-basics