diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c index fde63165b47..4f5c77f6fbb 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -61,7 +61,7 @@ The commands are recorded even as they are executed.\n\ | |||
| 61 | Use \\[end-kbd-macro] to finish recording and make the macro available.\n\ | 61 | Use \\[end-kbd-macro] to finish recording and make the macro available.\n\ |
| 62 | Use \\[name-last-kbd-macro] to give it a permanent name.\n\ | 62 | Use \\[name-last-kbd-macro] to give it a permanent name.\n\ |
| 63 | Non-nil arg (prefix arg) means append to last macro defined;\n\ | 63 | Non-nil arg (prefix arg) means append to last macro defined;\n\ |
| 64 | This begins by re-executing that macro as if you typed it again.") | 64 | this begins by re-executing that macro as if you typed it again.") |
| 65 | (append) | 65 | (append) |
| 66 | Lisp_Object append; | 66 | Lisp_Object append; |
| 67 | { | 67 | { |