diff lisp/international/mule.el @ 47874:4c9cbf50a76c

(set-selection-coding-system): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 14 Oct 2002 09:55:35 +0000
parents b9d7faa08e87
children f1434b395146
line wrap: on
line diff
--- 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: ")