comparison src/xselect.c @ 19194:92a9271ea062

(syms_of_xselect): Doc syntax fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 1997 18:55:30 +0000
parents 3f7a3248883b
children 09d4a6c290ae
comparison
equal deleted inserted replaced
19193:1701f2296f99 19194:92a9271ea062
2263 This hook doesn't let you change the behavior of Emacs's selection replies,\n\ 2263 This hook doesn't let you change the behavior of Emacs's selection replies,\n\
2264 it merely informs you that they have happened."); 2264 it merely informs you that they have happened.");
2265 Vx_sent_selection_hooks = Qnil; 2265 Vx_sent_selection_hooks = Qnil;
2266 2266
2267 DEFVAR_LISP("clipboard-coding-system", &Vclipboard_coding_system, 2267 DEFVAR_LISP("clipboard-coding-system", &Vclipboard_coding_system,
2268 "Coding system for communicating with other X clients. 2268 "Coding system for communicating with other X clients.\n\
2269 When sending or receiving text via cut_buffer, selection, and clipboard, 2269 When sending or receiving text via cut_buffer, selection, and clipboard,\n\
2270 the text is encoded or decoded by this coding system. 2270 the text is encoded or decoded by this coding system.\n\
2271 A default value is `iso-latin-1'"); 2271 A default value is `iso-latin-1'");
2272 Vclipboard_coding_system=intern ("iso-latin-1"); 2272 Vclipboard_coding_system=intern ("iso-latin-1");
2273 staticpro(&Vclipboard_coding_system); 2273 staticpro(&Vclipboard_coding_system);
2274 2274
2275 DEFVAR_INT ("x-selection-timeout", &x_selection_timeout, 2275 DEFVAR_INT ("x-selection-timeout", &x_selection_timeout,