diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index d8bee597756..d374ca8b476 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9349,7 +9349,7 @@ DEFUN ("set-safe-terminal-coding-system-internal", | |||
| 9349 | DEFUN ("terminal-coding-system", Fterminal_coding_system, | 9349 | DEFUN ("terminal-coding-system", Fterminal_coding_system, |
| 9350 | Sterminal_coding_system, 0, 1, 0, | 9350 | Sterminal_coding_system, 0, 1, 0, |
| 9351 | doc: /* Return coding system specified for terminal output on the given terminal. | 9351 | doc: /* Return coding system specified for terminal output on the given terminal. |
| 9352 | TERMINAL may be a terminal id, a frame, or nil for the selected | 9352 | TERMINAL may be a terminal object, a frame, or nil for the selected |
| 9353 | frame's terminal device. */) | 9353 | frame's terminal device. */) |
| 9354 | (terminal) | 9354 | (terminal) |
| 9355 | Lisp_Object terminal; | 9355 | Lisp_Object terminal; |