(set-selection-coding-system): Fix spacing.
This commit is contained in:
parent
240c43e89c
commit
8c52d564b0
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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: ")
|
||||
|
|
Loading…
Add table
Reference in a new issue