summaryrefslogtreecommitdiff
path: root/lisp/emulation/cua-base.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-02-12 04:17:00 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-02-12 04:17:00 +0100
commitb762841f959188397404ed752f0f6ed9db5c93fb (patch)
treef0672ccfcac121700c912f63cf1655996d637a7e /lisp/emulation/cua-base.el
parent4d46072b29fa32b9d5823135900f86a884c56e2f (diff)
downloademacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.gz
emacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.bz2
emacs-b762841f959188397404ed752f0f6ed9db5c93fb.zip
Fix trivial typos in comments and ChangeLogs.
Diffstat (limited to 'lisp/emulation/cua-base.el')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index e590d09b783..60ebefdd155 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -247,7 +247,7 @@
;; [C-d] Moves (i.e. deletes and inserts) a single character to the
;; global mark.
;; [backspace] deletes the character before the global mark, while
-;; [delete] deltes the character after the global mark.
+;; [delete] deletes the character after the global mark.
;; [S-C-space] Jumps to and cancels the global mark.
;; [C-u S-C-space] Cancels the global mark (stays in current buffer).