summaryrefslogtreecommitdiff
path: root/src/macros.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-05-28 15:01:34 +0000
committerGerd Moellmann <gerd@gnu.org>2001-05-28 15:01:34 +0000
commit1486b4630eb1bb1367048cc5dc83fb48acaf8fa9 (patch)
treed9cadd125669f06e273885e7e11b0383f8dc2aa7 /src/macros.c
parent8df317a6912cccc5fea21fdad19b6b86d3847474 (diff)
downloademacs-1486b4630eb1bb1367048cc5dc83fb48acaf8fa9.tar.gz
(Fstart_kbd_macro): Doc fix.
Diffstat (limited to 'src/macros.c')
-rw-r--r--src/macros.c2
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\
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;
{