]> git.eshelyaron.com Git - emacs.git/commitdiff
(tpu-set-mark): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 29 Feb 2004 23:10:58 +0000 (23:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 29 Feb 2004 23:10:58 +0000 (23:10 +0000)
lisp/emulation/tpu-edt.el

index 8e290553a61832a51e0cdb5ee094a6712efe9e1b..b164588d8f18dd4274ae1b082f34f1dd0d2ac986 100644 (file)
@@ -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)