aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-08-12 13:05:27 +0200
committerCharles A. Roelli2018-08-12 13:05:27 +0200
commit614cc65f2dae346b2e30326cd5de01f891933eed (patch)
tree6081586769c559414758ea4e10e3ce22d7b6aa5f
parentd2ad4ba4f3c5db6f6be7d73c17332e9bc4570e29 (diff)
downloademacs-614cc65f2dae346b2e30326cd5de01f891933eed.tar.gz
emacs-614cc65f2dae346b2e30326cd5de01f891933eed.zip
; * lisp/simple.el (line-move-visual): Fix typo.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 90fea11dc1b..a51a5205cee 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5994,7 +5994,7 @@ into account variable-width characters and line continuation.
5994If nil, `line-move' moves point by logical lines. 5994If nil, `line-move' moves point by logical lines.
5995A non-nil setting of `goal-column' overrides the value of this variable 5995A non-nil setting of `goal-column' overrides the value of this variable
5996and forces movement by logical lines. 5996and forces movement by logical lines.
5997A window that is horizontally scrolled also forces movement by logical 5997A window that is horizontally scrolled also forces movement by logical
5998lines." 5998lines."
5999 :type 'boolean 5999 :type 'boolean
6000 :group 'editing-basics 6000 :group 'editing-basics