]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (line-move-visual): Fix typo.
authorCharles A. Roelli <charles@aurox.ch>
Sun, 12 Aug 2018 11:05:27 +0000 (13:05 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Sun, 12 Aug 2018 11:05:27 +0000 (13:05 +0200)
lisp/simple.el

index 90fea11dc1bd4eacc21e140ff8d49645c5210479..a51a5205cee386e136a982c70dbec1d672225dcf 100644 (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