diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 12:00:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 12:00:33 +0000 |
commit | aa87aafcdef167e1e272d31902a341329c9bbf90 (patch) | |
tree | 6cac731d4f201239f88e82cb47895da444fd5b63 /lisp/emulation | |
parent | 6b9483facc8cd5d888e3b5705c9267c38e43643f (diff) | |
download | emacs-aa87aafcdef167e1e272d31902a341329c9bbf90.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/emulation')
-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 a3e94dc207d..87b48f088eb 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el @@ -25,7 +25,7 @@ ;;; Acknowledgements ;; The rectangle handling and display code borrows from the standard -;; GNU emacs rect.el package and the the rect-mark.el package by Rick +;; GNU emacs rect.el package and the rect-mark.el package by Rick ;; Sladkey <jrs@world.std.com>. ;;; Commentary: |