Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
57620956
Commit
57620956
authored
Aug 26, 2008
by
Juanma Barranquero
Browse files
Fix typo.
parent
88a584fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emulation/tpu-edt.el
lisp/emulation/tpu-edt.el
+1
-1
No files found.
lisp/emulation/tpu-edt.el
View file @
57620956
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment