diff lisp/emulation/cua-rect.el @ 108933:b465aa3255ed

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 03 Jun 2010 17:34:35 +0200
parents 1d1d5d9bd884
children d418516def73 376148b31b5e
line wrap: on
line diff
--- a/lisp/emulation/cua-rect.el	Wed Jun 02 23:07:39 2010 -0700
+++ b/lisp/emulation/cua-rect.el	Thu Jun 03 17:34:35 2010 +0200
@@ -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)))