diff options
Diffstat (limited to 'lisp')
| -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." | |||
| 551 | (t (mark)))) | 551 | (t (mark)))) |
| 552 | 552 | ||
| 553 | (defun tpu-set-mark (pos) | 553 | (defun tpu-set-mark (pos) |
| 554 | "TPU-edt verion of the `set-mark' function. | 554 | "TPU-edt version of the `set-mark' function. |
| 555 | Sets the mark at POS and activates the region according to the | 555 | Sets the mark at POS and activates the region according to the |
| 556 | current version of Emacs." | 556 | current version of Emacs." |
| 557 | (set-mark pos) | 557 | (set-mark pos) |