# HG changeset patch # User Juanma Barranquero # Date 1078096258 0 # Node ID 5bf790e5e43a977faa63a10502d454dbf7e4133c # Parent e0d19d4836147e78ed06c33c8385dd65223debeb (tpu-set-mark): Fix typo. diff -r e0d19d483614 -r 5bf790e5e43a lisp/emulation/tpu-edt.el --- 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)