Mercurial > emacs
changeset 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 | 1701f2296f99 |
children | 09d4a6c290ae |
files | src/xselect.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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);