From aac77ff1206f3ae37c7eb98a622745a77ac95b6a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 30 Oct 1998 10:21:58 +0000 Subject: [PATCH] (Vselection_coding_system): Doc fix. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xselect.c b/src/xselect.c index e51fb6cd448..3861c1bc2c9 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2301,7 +2301,7 @@ it merely informs you that they have happened."); "Coding system for communicating with other X clients.\n\ When sending or receiving text via cut_buffer, selection, and clipboard,\n\ the text is encoded or decoded by this coding system.\n\ -A default value is `compound-text'"); +The default value is `compound-text'."); Vselection_coding_system = intern ("compound-text"); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, -- 2.39.2