From 0a54489570e3d92ab5a6cd7a34c28c3318cb8fa0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 14 Oct 2002 09:56:40 +0000 Subject: [PATCH] (set-selection-coding-system): Fix spacing. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index ebed8db2e0d..4d2b6cd5a20 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1242,7 +1242,7 @@ For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]." (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: ") -- 2.39.2