]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Aug 2008 14:04:14 +0000 (14:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 26 Aug 2008 14:04:14 +0000 (14:04 +0000)
lisp/emulation/tpu-edt.el

index f78ef7e3bfbaa1c5c00a01f0645f533d349bd503..fc1e5a7e9768b3d62540c2b0e650bff1ae3cbd9a 100644 (file)
@@ -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)