aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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