diff src/xselect.c @ 19194:92a9271ea062

(syms_of_xselect): Doc syntax fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 1997 18:55:30 +0000
parents 3f7a3248883b
children 09d4a6c290ae
line wrap: on
line diff
--- a/src/xselect.c	Wed Aug 06 18:54:05 1997 +0000
+++ b/src/xselect.c	Wed Aug 06 18:55:30 1997 +0000
@@ -2265,9 +2265,9 @@
   Vx_sent_selection_hooks = Qnil;
 
   DEFVAR_LISP("clipboard-coding-system", &Vclipboard_coding_system,
-  "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.
+  "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 `iso-latin-1'");
   Vclipboard_coding_system=intern ("iso-latin-1");
   staticpro(&Vclipboard_coding_system);