# HG changeset patch # User Juanma Barranquero # Date 1034593277 0 # Node ID be195e2a4bfb80b7edd1335e75a637d22b54dbd6 # Parent 039b893cfcd02eb5c428296e67b3b1f8e98e0822 (syms_of_win16select): Fix docstring for `selection-coding-system'. diff -r 039b893cfcd0 -r be195e2a4bfb src/w16select.c --- a/src/w16select.c Mon Oct 14 09:57:39 2002 +0000 +++ b/src/w16select.c Mon Oct 14 11:01:17 2002 +0000 @@ -748,8 +748,8 @@ doc: /* Coding system for communicating with other X clients. When sending or receiving text via cut_buffer, selection, and clipboard, the text is encoded or decoded by this coding system. -A default value is `iso-latin-1-dos'. */); - Vselection_coding_system=intern ("iso-latin-1-dos"); +The default value is `iso-latin-1-dos'. */); + Vselection_coding_system = intern ("iso-latin-1-dos"); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other X clients.