summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-rect.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-06-03 17:34:35 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-06-03 17:34:35 +0200
commit78edd3b72d7d7e006db5aac8c5f0514777d6e01c (patch)
tree87fec1b236edac98f38a9218fcac11b0c0c1d725 /lisp/emulation/cua-rect.el
parent3845c322ce0ee880e65c4cf1ebfec87e5cae129d (diff)
downloademacs-78edd3b72d7d7e006db5aac8c5f0514777d6e01c.tar.gz
Fix typos.
Diffstat (limited to 'lisp/emulation/cua-rect.el')
-rw-r--r--lisp/emulation/cua-rect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index 4398b5aa1af..a59e0f24c7f 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -231,7 +231,7 @@
(move-to-column mc)
(set-mark (point))
(goto-char pp)
- ;; Move cursor inside rectangle, except if char at rigth edge is a tab.
+ ;; Move cursor inside rectangle, except if char at right edge is a tab.
(if (and (if (cua--rectangle-right-side)
(and (= (move-to-column pc) (- pc tab-width))
(not (eolp)))