aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
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",
9349DEFUN ("terminal-coding-system", Fterminal_coding_system, 9349DEFUN ("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.
9352TERMINAL may be a terminal id, a frame, or nil for the selected 9352TERMINAL may be a terminal object, a frame, or nil for the selected
9353frame's terminal device. */) 9353frame's terminal device. */)
9354 (terminal) 9354 (terminal)
9355 Lisp_Object terminal; 9355 Lisp_Object terminal;