]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-selection-coding-system): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Oct 2002 09:56:40 +0000 (09:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Oct 2002 09:56:40 +0000 (09:56 +0000)
lisp/international/mule.el

index ebed8db2e0db541da6538bec3637969d5ce786ef..4d2b6cd5a208415a6803054348e86ce15cd57894 100644 (file)
@@ -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: ")