summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:11:17 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:12:14 +0100
commita0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (patch)
treedf6e1a516d2310fbb356a8ea2b7dc77839a63671 /lisp/emulation
parent14b54cea1756f4d66c7376c55cf4aa88e8c3c0c3 (diff)
downloademacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.gz
; Fix typos in doc strings
Diffstat (limited to 'lisp/emulation')
-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 e66050b7136..0039092fd6e 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -46,7 +46,7 @@ A cua-rectangle definition is a vector used for all actions in
TOP is the upper-left corner point.
-BOTTOM is the point at the end of line after the the lower-right
+BOTTOM is the point at the end of line after the lower-right
corner point.
LEFT and RIGHT are column numbers.