diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/international/mule.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f9a0032377..8d5b9f8296c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-10-14 Juanma Barranquero <lektu@terra.es> + + * international/mule.el (set-selection-coding-system): Fix spacing. + 2002-10-13 Richard M. Stallman <rms@gnu.org> * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 05085149667..0719a2b2ec4 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1286,7 +1286,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: ") |