Call the command `info macro', not `show macro'.
authorJim Blandy <jimb@codesourcery.com>
Tue, 11 Jun 2002 20:05:03 +0000 (20:05 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 11 Jun 2002 20:05:03 +0000 (20:05 +0000)
commit475b08678044b12807e00bc0cb1bb4882711af91
treed4b3e5ed535d07eaca475b4a9ed17b90374b534d
parent9e36416278c7943ae237b89ef05d20bda0fef68f
Call the command `info macro', not `show macro'.

* gdb/macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
Fix error message.
(_initialize_macrocmd): Register `info_macro_command' in
`infolist', not `showlist'.

* gdb/doc/gdb.texinfo (Macros): Call the command `info macro', not
`show macro'.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/macrocmd.c