Mercurial > emacs
changeset 37926:cea256f04f86
(Fstart_kbd_macro): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 28 May 2001 15:01:34 +0000 |
parents | b3268dbead96 |
children | d732e11e48ac |
files | src/macros.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macros.c Mon May 28 14:59:31 2001 +0000 +++ b/src/macros.c Mon May 28 15:01:34 2001 +0000 @@ -61,7 +61,7 @@ Use \\[end-kbd-macro] to finish recording and make the macro available.\n\ Use \\[name-last-kbd-macro] to give it a permanent name.\n\ Non-nil arg (prefix arg) means append to last macro defined;\n\ - This begins by re-executing that macro as if you typed it again.") +this begins by re-executing that macro as if you typed it again.") (append) Lisp_Object append; {