From: Andreas Schwab Date: Fri, 30 Oct 1998 10:21:58 +0000 (+0000) Subject: (Vselection_coding_system): Doc fix. X-Git-Tag: emacs-20.4~1369 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aac77ff1206f3ae37c7eb98a622745a77ac95b6a;p=emacs.git (Vselection_coding_system): Doc fix. --- 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,