diff options
| author | Paul Eggert | 2011-12-14 23:24:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-14 23:24:10 -0800 |
| commit | bbd240ceeefcf4181aa9205f4e743b32b5c68e1f (patch) | |
| tree | 957397737a8b0e76a40dfe79f191945e9f5aa09b /lisp/dframe.el | |
| parent | 100d5755ed82e6c47833a3559fb0a154381d5afd (diff) | |
| download | emacs-bbd240ceeefcf4181aa9205f4e743b32b5c68e1f.tar.gz emacs-bbd240ceeefcf4181aa9205f4e743b32b5c68e1f.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/dframe.el')
| -rw-r--r-- | lisp/dframe.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dframe.el b/lisp/dframe.el index b4f44e1a308..728f08d135d 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el | |||
| @@ -221,7 +221,7 @@ Local to those buffers, as a function called that created it.") | |||
| 221 | (define-key map [mouse-2] 'dframe-click) | 221 | (define-key map [mouse-2] 'dframe-click) |
| 222 | ;; This is the power click for new frames, or refreshing a cache | 222 | ;; This is the power click for new frames, or refreshing a cache |
| 223 | (define-key map [S-mouse-2] 'dframe-power-click) | 223 | (define-key map [S-mouse-2] 'dframe-power-click) |
| 224 | ;; This adds a small unecessary visual effect | 224 | ;; This adds a small unnecessary visual effect |
| 225 | ;;(define-key map [down-mouse-2] 'dframe-quick-mouse) | 225 | ;;(define-key map [down-mouse-2] 'dframe-quick-mouse) |
| 226 | 226 | ||
| 227 | (define-key map [down-mouse-3] 'dframe-popup-kludge) | 227 | (define-key map [down-mouse-3] 'dframe-popup-kludge) |