Mercurial > emacs
comparison lisp/s-region.el @ 49597:e88404e8f2cf
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 12:29:42 +0000 |
parents | b174db545cfd |
children | 695cf19ef79e d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49596:b06535145619 | 49597:e88404e8f2cf |
---|---|
30 ;; functionality provided by this code is similar to that provided by | 30 ;; functionality provided by this code is similar to that provided by |
31 ;; the editors of Borland International's compilers for ms-dos. | 31 ;; the editors of Borland International's compilers for ms-dos. |
32 | 32 |
33 ;; Currently, s-region-move may be bound only to events that are vectors | 33 ;; Currently, s-region-move may be bound only to events that are vectors |
34 ;; of length one and whose last element is a symbol. Also, the functions | 34 ;; of length one and whose last element is a symbol. Also, the functions |
35 ;; that are given this kind of overlay should be (interactive "p") | 35 ;; that are given this kind of overlay should be (interactive "p") |
36 ;; functions. | 36 ;; functions. |
37 | 37 |
38 ;; If the following keys are not already bound then... | 38 ;; If the following keys are not already bound then... |
39 ;; C-insert is bound to copy-region-as-kill | 39 ;; C-insert is bound to copy-region-as-kill |
40 ;; S-delete is bound to kill-region | 40 ;; S-delete is bound to kill-region |