diff options
| author | Charles A. Roelli | 2018-08-12 13:05:27 +0200 |
|---|---|---|
| committer | Charles A. Roelli | 2018-08-12 13:05:27 +0200 |
| commit | 614cc65f2dae346b2e30326cd5de01f891933eed (patch) | |
| tree | 6081586769c559414758ea4e10e3ce22d7b6aa5f | |
| parent | d2ad4ba4f3c5db6f6be7d73c17332e9bc4570e29 (diff) | |
| download | emacs-614cc65f2dae346b2e30326cd5de01f891933eed.tar.gz emacs-614cc65f2dae346b2e30326cd5de01f891933eed.zip | |
; * lisp/simple.el (line-move-visual): Fix typo.
| -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 |