summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-08-26 14:04:14 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-08-26 14:04:14 +0000
commit5762095646be6562438066e8f1fa4e6c04752610 (patch)
tree06888023e53f1ca64bc173ab80b4a260e5692f0c
parent88a584fe5112b419480bb0c3be2df1f33c5df115 (diff)
downloademacs-5762095646be6562438066e8f1fa4e6c04752610.tar.gz
Fix typo.
-rw-r--r--lisp/emulation/tpu-edt.el2
1 files changed, 1 insertions, 1 deletions
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)