# HG changeset patch # User Romain Francoise # Date 1163325337 0 # Node ID 05ce1bcd673efff10c5505cfb4364e3eea0f2543 # Parent d9a0e4ac80a377f855345dd8853ec6d5c8c12e5e (selection-coding-system): Fix docstring. diff -r d9a0e4ac80a3 -r 05ce1bcd673e src/ChangeLog --- a/src/ChangeLog Sun Nov 12 05:38:32 2006 +0000 +++ b/src/ChangeLog Sun Nov 12 09:55:37 2006 +0000 @@ -1,3 +1,7 @@ +2006-11-12 Romain Francoise + + * xselect.c (selection-coding-system): Fix docstring. + 2006-11-12 Juanma Barranquero * category.c (Fchar_category_set): Improve arg/docstring consistency. diff -r d9a0e4ac80a3 -r 05ce1bcd673e src/xselect.c --- a/src/xselect.c Sun Nov 12 05:38:32 2006 +0000 +++ b/src/xselect.c Sun Nov 12 09:55:37 2006 +0000 @@ -123,8 +123,8 @@ static Lisp_Object Vx_lost_selection_functions; static Lisp_Object Vx_sent_selection_functions; -/* Coding system for communicating with other X clients via cutbuffer, - selection, and clipboard. */ +/* Coding system for communicating with other X clients via selection + and clipboard. */ static Lisp_Object Vselection_coding_system; /* Coding system for the next communicating with other X clients. */ @@ -2975,8 +2975,8 @@ DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system, 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. +When sending or receiving text via selection and clipboard, the text is +encoded or decoded by this coding system. The default value is `compound-text-with-extensions'. */); Vselection_coding_system = intern ("compound-text-with-extensions");