changeset 47874:4c9cbf50a76c

(set-selection-coding-system): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 14 Oct 2002 09:55:35 +0000
parents 23880aaee06f
children 5acc3219ca5a
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: ")