From 5762095646be6562438066e8f1fa4e6c04752610 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 26 Aug 2008 14:04:14 +0000 Subject: [PATCH] Fix typo. --- lisp/emulation/tpu-edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index f78ef7e3bfb..fc1e5a7e976 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -1267,7 +1267,7 @@ This is useful for inserting control characters." (defvar tpu-saved-control-r nil "Saved value of Control-r.") (defun tpu-end-define-macro-key (key) - "End the current macro definition" + "End the current macro definition." (interactive "kPress the key you want to use to do what was just learned: ") (end-kbd-macro nil) (global-set-key key last-kbd-macro) -- 2.39.5