diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2004-02-29 23:10:58 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2004-02-29 23:10:58 +0000 |
commit | bf9ac69bcf772b2610ae452a8fabc405ca78c10e (patch) | |
tree | 667396bb12ca1994b756abe00d69b8ed3eb35c17 /lisp/emulation | |
parent | 45a878638eea7391def24ff587045b4b7f966b10 (diff) | |
download | emacs-bf9ac69bcf772b2610ae452a8fabc405ca78c10e.tar.gz |
(tpu-set-mark): Fix typo.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/tpu-edt.el | 2 |
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) |