diff options
| author | Paul Eggert | 2011-12-04 00:02:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-04 00:02:42 -0800 |
| commit | c80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch) | |
| tree | e44fe2f2604d66890ec2442ea23e73ee5011907a /lisp/vcursor.el | |
| parent | a24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff) | |
| download | emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/vcursor.el')
| -rw-r--r-- | lisp/vcursor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index d4fc35920a9..b8673f2049f 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -223,7 +223,7 @@ | |||
| 223 | ;; automatically for a PC if Oemacs is detected. This set uses separate | 223 | ;; automatically for a PC if Oemacs is detected. This set uses separate |
| 224 | ;; control, shift and meta keys with function keys 1 to 10. In | 224 | ;; control, shift and meta keys with function keys 1 to 10. In |
| 225 | ;; particular, movement keys are concentrated on f5 to f8 with (in | 225 | ;; particular, movement keys are concentrated on f5 to f8 with (in |
| 226 | ;; increasing order of distance travelled) C-, M- and S- as prefixes. | 226 | ;; increasing order of distance traveled) C-, M- and S- as prefixes. |
| 227 | ;; See the actual bindings below (search for C-f1). This is because the | 227 | ;; See the actual bindings below (search for C-f1). This is because the |
| 228 | ;; C-S- prefix is represented by weird key sequences and the set is | 228 | ;; C-S- prefix is represented by weird key sequences and the set is |
| 229 | ;; incomplete; if you don't mind that, some hints are given in comments | 229 | ;; incomplete; if you don't mind that, some hints are given in comments |