1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Fix typo.

This commit is contained in:
Juanma Barranquero 2008-08-26 14:04:14 +00:00
parent 88a584fe51
commit 5762095646

View 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)