diff options
| author | Chong Yidong | 2009-04-22 04:32:21 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-22 04:32:21 +0000 |
| commit | 708e05dc7a8fd26530bb7daf9025bc53a0985453 (patch) | |
| tree | 1c23f090866a986752a94bf06ff894bf958c78e6 /src/coding.c | |
| parent | d8da53851b6469924cb8307b7218eeeea20d0251 (diff) | |
| download | emacs-708e05dc7a8fd26530bb7daf9025bc53a0985453.tar.gz emacs-708e05dc7a8fd26530bb7daf9025bc53a0985453.zip | |
* keyboard.c (Fset_input_meta_mode): Doc fix.
* dispnew.c (Fsend_string_to_terminal): Doc fix.
* data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
fixes.
* coding.c (Fterminal_coding_system): Doc fix.
* xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_planes)
(Fx_display_color_cells, Fx_server_max_request_size)
(Fx_server_vendor, Fx_server_version, Fx_display_screens)
(Fx_display_mm_height, Fx_display_mm_width)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
fixes, replacing "terminal id" with "terminal object".
(check_x_display_info): Handle terminal objects instead of
terminal ids.
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; |