Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
63b833de
Commit
63b833de
authored
Aug 27, 2002
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(kmacro-start-macro): Doc fix.
parent
3b919c9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/kmacro.el
lisp/kmacro.el
+1
-1
No files found.
lisp/ChangeLog
View file @
63b833de
2002-08-27 Andreas Schwab <schwab@suse.de>
* kmacro.el (kmacro-start-macro): Doc fix.
2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
* textfile/reftex-ref.el (reftex-goto-label): New command.
...
...
lisp/kmacro.el
View file @
63b833de
...
...
@@ -470,7 +470,7 @@ Displays the selected macro in the echo area."
(
defun
kmacro-start-macro
(
arg
)
"Record subsequent keyboard input, defining a keyboard macro.
The commands are recorded even as they are executed.
Use \\[
end-kb
d-macro] to finish recording and make the macro available.
Use \\[
kmacro-en
d-macro] to finish recording and make the macro available.
Use \\[call-last-kbd-macro] to execute the macro.
Use \\[name-last-kbd-macro] to give it a permanent name.
Non-nil arg (prefix arg) means append to last macro defined;
...
...
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