diff options
Diffstat (limited to 'lisp/vcursor.el')
| -rw-r--r-- | lisp/vcursor.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 2009eb9ffd7..4f5ebf8d8a5 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | ;; - *IMPORTANT* vcursor-key-bindings is now nil by default, to avoid | 30 | ;; - *IMPORTANT* vcursor-key-bindings is now nil by default, to avoid |
| 31 | ;; side-effects when the package is loaded. This means no keys are | 31 | ;; side-effects when the package is loaded. This means no keys are |
| 32 | ;; bound by default. Use customize to change it to t to restore | 32 | ;; bound by default. Use customize to change it to t to restore |
| 33 | ;; the old behaviour. (If you do it by hand in .emacs, it | 33 | ;; the old behavior. (If you do it by hand in .emacs, it |
| 34 | ;; must come before vcursor is loaded.) | 34 | ;; must come before vcursor is loaded.) |
| 35 | ;; - You can alter the main variables and the vcursor face via | 35 | ;; - You can alter the main variables and the vcursor face via |
| 36 | ;; M-x customize: go to the Editing group and find Vcursor. | 36 | ;; M-x customize: go to the Editing group and find Vcursor. |
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; Virtual cursor commands. I got this idea from the old BBC micro. | 52 | ;; Virtual cursor commands. I got this idea from the old BBC micro. |
| 53 | ;; You need Emacs 19 or 20 and a window system for the best effects. | 53 | ;; You need Emacs 19 or 20 and a window system for the best effects. |
| 54 | ;; For character terminals, at least Emacs 19.29 is required | 54 | ;; For character terminals, at least Emacs 19.29 is required |
| 55 | ;; (special behaviour for the overlay property | 55 | ;; (special behavior for the overlay property |
| 56 | ;; "before-string" must be implemented). Search for "dumb terminals" | 56 | ;; "before-string" must be implemented). Search for "dumb terminals" |
| 57 | ;; for more information. | 57 | ;; for more information. |
| 58 | ;; | 58 | ;; |
| @@ -104,7 +104,7 @@ | |||
| 104 | ;; In the "on" state, moving the virtual cursor will copy the | 104 | ;; In the "on" state, moving the virtual cursor will copy the |
| 105 | ;; moved-over text to the normal cursor position (including when going | 105 | ;; moved-over text to the normal cursor position (including when going |
| 106 | ;; backwards, though each piece of text moved over is copied forwards: | 106 | ;; backwards, though each piece of text moved over is copied forwards: |
| 107 | ;; compare the behaviour of C-S-up and C-S-left). | 107 | ;; compare the behavior of C-S-up and C-S-left). |
| 108 | ;; | 108 | ;; |
| 109 | ;; However, that's just a small part of the magic. If the virtual | 109 | ;; However, that's just a small part of the magic. If the virtual |
| 110 | ;; cursor goes off the display, it will be redisplayed in some other | 110 | ;; cursor goes off the display, it will be redisplayed in some other |