diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-08-26 14:04:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-08-26 14:04:14 +0000 |
commit | 32cfd36298ebabe132a49a028cfeb31340d8822e (patch) | |
tree | 227a869ff95c37e738126bec9fe7ca85fa29e755 | |
parent | 8cfe7bada25ca4073e6dd33fa703cfe3ce9df0b0 (diff) | |
download | emacs-32cfd36298ebabe132a49a028cfeb31340d8822e.tar.gz |
Fix typo.
-rw-r--r-- | lisp/emulation/tpu-edt.el | 2 |
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) |