From b45b1e81c90a761eb088ec922c79bee528f19160 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 14 Oct 2002 11:01:17 +0000 Subject: [PATCH] (syms_of_win16select): Fix docstring for `selection-coding-system'. --- src/w16select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w16select.c b/src/w16select.c index 4bd200dfbc3..e655936e48b 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -748,8 +748,8 @@ syms_of_win16select () 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. -- 2.39.2