From: Juanma Barranquero Date: Sun, 29 Feb 2004 23:10:58 +0000 (+0000) Subject: (tpu-set-mark): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~7411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf9ac69bcf772b2610ae452a8fabc405ca78c10e;p=emacs.git (tpu-set-mark): Fix typo. --- 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)