changeset 47878:be195e2a4bfb

(syms_of_win16select): Fix docstring for `selection-coding-system'.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 14 Oct 2002 11:01:17 +0000
parents 039b893cfcd0
children 4ef507bc376e
files src/w16select.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.