From: Juanma Barranquero Date: Tue, 26 Aug 2008 14:04:14 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-22.2.91~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5762095646be6562438066e8f1fa4e6c04752610;p=emacs.git Fix typo. --- 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)