diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index 88a3c348d0a..812287d365f 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -54,10 +54,12 @@ Usually the argument of `interactive' is a string containing a code | |||
| 54 | arguments to the command, concatenate the individual strings, | 54 | arguments to the command, concatenate the individual strings, |
| 55 | separating them by newline characters. | 55 | separating them by newline characters. |
| 56 | 56 | ||
| 57 | Prompts are passed to `format', and may use % escapes to print the | 57 | Prompts are passed to `format', and may use %s escapes to print the |
| 58 | arguments that have already been read. | 58 | arguments that have already been read. |
| 59 | |||
| 59 | If the argument is not a string, it is evaluated to get a list of | 60 | If the argument is not a string, it is evaluated to get a list of |
| 60 | arguments to pass to the command. | 61 | arguments to pass to the command. |
| 62 | |||
| 61 | Just `(interactive)' means pass no arguments to the command when | 63 | Just `(interactive)' means pass no arguments to the command when |
| 62 | calling interactively. | 64 | calling interactively. |
| 63 | 65 | ||