diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-06-03 17:34:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-06-03 17:34:35 +0200 |
commit | 78edd3b72d7d7e006db5aac8c5f0514777d6e01c (patch) | |
tree | 87fec1b236edac98f38a9218fcac11b0c0c1d725 /lisp/emulation/cua-rect.el | |
parent | 3845c322ce0ee880e65c4cf1ebfec87e5cae129d (diff) | |
download | emacs-78edd3b72d7d7e006db5aac8c5f0514777d6e01c.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/emulation/cua-rect.el')
-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 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))) |