diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-18 00:31:02 -0800 |
commit | 3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e (patch) | |
tree | eedcfcd5751edab39f795fcfb688e1e5cc3ad128 /lisp/emulation | |
parent | 5c3a902f0fe2c2306ea7b340d701c1a855d1a3d5 (diff) | |
download | emacs-3ed8598c49cbbe3aa3a3605a28d9b7f2df3caf1e.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/cua-rect.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 5d90ac694a4..76cab39f5b2 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el @@ -741,7 +741,7 @@ If command is repeated at same position, delete the rectangle." ;; We try to reuse overlays where possible because this is more efficient ;; and results in less flicker. ;; If cua--rectangle-virtual-edges is nil and the buffer contains tabs or short lines, - ;; the higlighted region may not be perfectly rectangular. + ;; the highlighted region may not be perfectly rectangular. (let ((deactivate-mark deactivate-mark) (old cua--rectangle-overlays) (new nil) |