summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2004-02-29 23:10:58 +0000
committerJuanma Barranquero <lekktu@gmail.com>2004-02-29 23:10:58 +0000
commitbf9ac69bcf772b2610ae452a8fabc405ca78c10e (patch)
tree667396bb12ca1994b756abe00d69b8ed3eb35c17 /lisp/emulation
parent45a878638eea7391def24ff587045b4b7f966b10 (diff)
downloademacs-bf9ac69bcf772b2610ae452a8fabc405ca78c10e.tar.gz
(tpu-set-mark): Fix typo.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/tpu-edt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el
index 8e290553a61..b164588d8f1 100644
--- a/lisp/emulation/tpu-edt.el
+++ b/lisp/emulation/tpu-edt.el
@@ -551,7 +551,7 @@ version of Emacs."
(t (mark))))
(defun tpu-set-mark (pos)
- "TPU-edt verion of the `set-mark' function.
+ "TPU-edt version of the `set-mark' function.
Sets the mark at POS and activates the region according to the
current version of Emacs."
(set-mark pos)