diff options
| -rw-r--r-- | lisp/simple.el | 2 |
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. | |||
| 5994 | If nil, `line-move' moves point by logical lines. | 5994 | If nil, `line-move' moves point by logical lines. |
| 5995 | A non-nil setting of `goal-column' overrides the value of this variable | 5995 | A non-nil setting of `goal-column' overrides the value of this variable |
| 5996 | and forces movement by logical lines. | 5996 | and forces movement by logical lines. |
| 5997 | A window that is horizontally scrolled also forces movement by logical | 5997 | A window that is horizontally scrolled also forces movement by logical |
| 5998 | lines." | 5998 | lines." |
| 5999 | :type 'boolean | 5999 | :type 'boolean |
| 6000 | :group 'editing-basics | 6000 | :group 'editing-basics |