changeset 80758:654843fddea6

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 26 Aug 2008 14:04:14 +0000
parents d315e19167d6
children c3bd08b7c78d
files lisp/emulation/tpu-edt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/tpu-edt.el	Tue Aug 26 11:11:41 2008 +0000
+++ b/lisp/emulation/tpu-edt.el	Tue Aug 26 14:04:14 2008 +0000
@@ -1267,7 +1267,7 @@
 (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)