diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index c25ffb3c4fe..56e5522d270 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -962,7 +962,7 @@ floating-point value. | |||
| 962 | 962 | ||
| 963 | If `inhibit-interaction' is non-nil, this function will signal an | 963 | If `inhibit-interaction' is non-nil, this function will signal an |
| 964 | `inhibited-interaction' error. */) | 964 | `inhibited-interaction' error. */) |
| 965 | (Lisp_Object prompt, Lisp_Object inherit_input_method, Lisp_Object seconds) | 965 | (Lisp_Object prompt, Lisp_Object inherit_input_method, Lisp_Object seconds) |
| 966 | { | 966 | { |
| 967 | Lisp_Object val; | 967 | Lisp_Object val; |
| 968 | 968 | ||