1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(tpu-set-mark): Fix typo.

This commit is contained in:
Juanma Barranquero 2004-02-29 23:10:58 +00:00
parent 45a878638e
commit bf9ac69bcf

View file

@ -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)