* top.c (read_next_line): Pass annotation suffix "commands"
instead of "command", matches documentation.
This commit is contained in:
parent
0eb44acd17
commit
e04f89015d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Nov 29 12:23:25 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* top.c (read_next_line): Pass annotation suffix "commands"
|
||||
instead of "command", matches documentation.
|
||||
|
||||
Mon Nov 28 14:53:21 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace
|
||||
|
|
|
@ -1845,7 +1845,7 @@ read_next_line (command)
|
|||
else
|
||||
prompt_ptr = NULL;
|
||||
|
||||
p = command_line_input (prompt_ptr, instream == stdin, "command");
|
||||
p = command_line_input (prompt_ptr, instream == stdin, "commands");
|
||||
|
||||
/* Not sure what to do here. */
|
||||
if (p == NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue