comparison src/xselect.c @ 23580:4ade2b248148

(Vselection_coding_system): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Fri, 30 Oct 1998 10:21:58 +0000
parents e89686024d36
children f3304ac34d54
comparison
equal deleted inserted replaced
23579:3d1bb0100afb 23580:4ade2b248148
2299 2299
2300 DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system, 2300 DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system,
2301 "Coding system for communicating with other X clients.\n\ 2301 "Coding system for communicating with other X clients.\n\
2302 When sending or receiving text via cut_buffer, selection, and clipboard,\n\ 2302 When sending or receiving text via cut_buffer, selection, and clipboard,\n\
2303 the text is encoded or decoded by this coding system.\n\ 2303 the text is encoded or decoded by this coding system.\n\
2304 A default value is `compound-text'"); 2304 The default value is `compound-text'.");
2305 Vselection_coding_system = intern ("compound-text"); 2305 Vselection_coding_system = intern ("compound-text");
2306 2306
2307 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 2307 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
2308 "Coding system for the next communication with other X clients.\n\ 2308 "Coding system for the next communication with other X clients.\n\
2309 Usually, `selection-coding-system' is used for communicating with\n\ 2309 Usually, `selection-coding-system' is used for communicating with\n\