changeset 54205:5bf790e5e43a

(tpu-set-mark): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 29 Feb 2004 23:10:58 +0000
parents e0d19d483614
children ecf0e7a0567a
files lisp/emulation/tpu-edt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/tpu-edt.el	Sun Feb 29 23:09:51 2004 +0000
+++ b/lisp/emulation/tpu-edt.el	Sun Feb 29 23:10:58 2004 +0000
@@ -551,7 +551,7 @@
 	(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)