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:
parent
88a584fe51
commit
5762095646
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user