summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-04-22 04:32:21 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-04-22 04:32:21 +0000
commit708e05dc7a8fd26530bb7daf9025bc53a0985453 (patch)
tree1c23f090866a986752a94bf06ff894bf958c78e6 /src/keyboard.c
parentd8da53851b6469924cb8307b7218eeeea20d0251 (diff)
downloademacs-708e05dc7a8fd26530bb7daf9025bc53a0985453.tar.gz
* 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/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 56506571c2a..05c5102340f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11326,8 +11326,8 @@ specially interpreting the top bit.
This setting only has an effect on tty terminal devices.
Optional parameter TERMINAL specifies the tty terminal device to use.
-It may be a terminal id, a frame, or nil for the terminal used by the
-currently selected frame.
+It may be a terminal object, a frame, or nil for the terminal used by
+the currently selected frame.
See also `current-input-mode'. */)
(meta, terminal)