# HG changeset patch # User Juanma Barranquero # Date 1034589335 0 # Node ID 4c9cbf50a76cf1cfa1b25caaa3a36def94274a8c # Parent 23880aaee06fed9cf079c3f80c4b4a7264867f9d (set-selection-coding-system): Fix spacing. diff -r 23880aaee06f -r 4c9cbf50a76c lisp/international/mule.el --- a/lisp/international/mule.el Mon Oct 14 04:44:24 2002 +0000 +++ b/lisp/international/mule.el Mon Oct 14 09:55:35 2002 +0000 @@ -1286,7 +1286,7 @@ (defalias 'set-clipboard-coding-system 'set-selection-coding-system) (defun set-selection-coding-system (coding-system) - "Make CODING-SYSTEM used for communicating with other X clients . + "Make CODING-SYSTEM used for communicating with other X clients. When sending or receiving text via cut_buffer, selection, and clipboard, the text is encoded or decoded by CODING-SYSTEM." (interactive "zCoding system for X selection: ")