aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.c
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-29 11:10:47 +0000
committerGerd Moellmann2001-05-29 11:10:47 +0000
commit1cda365bcc8ffdc03ea705be1ca0860e56149944 (patch)
tree7d4a67d2b046b564183ebce6847d44b8dd6ef707 /src/macros.c
parent82d336bb15a1145e9d6f082aa9ac5513d84459c3 (diff)
downloademacs-old-branches/gerd_defvaralias.tar.gz
emacs-old-branches/gerd_defvaralias.zip
*** empty log message ***old-branches/gerd_defvaralias
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\
61Use \\[end-kbd-macro] to finish recording and make the macro available.\n\ 61Use \\[end-kbd-macro] to finish recording and make the macro available.\n\
62Use \\[name-last-kbd-macro] to give it a permanent name.\n\ 62Use \\[name-last-kbd-macro] to give it a permanent name.\n\
63Non-nil arg (prefix arg) means append to last macro defined;\n\ 63Non-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.") 64this 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{