diff options
| author | Eli Zaretskii | 2002-02-26 16:47:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-26 16:47:24 +0000 |
| commit | e57a7d9eae7d9fa37fe53a041bfeeed57309da8b (patch) | |
| tree | f4e2e16fbfd86042ce451cfe88e758270733a6e4 /man | |
| parent | 3dfdc066a998907167fb2873abf95dbb745b811a (diff) | |
| download | emacs-e57a7d9eae7d9fa37fe53a041bfeeed57309da8b.tar.gz emacs-e57a7d9eae7d9fa37fe53a041bfeeed57309da8b.zip | |
(Mouse Commands): The default for selections encoding is
compound-text-with-extensions.
Diffstat (limited to 'man')
| -rw-r--r-- | man/frames.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/frames.texi b/man/frames.texi index ae6bfcd506a..642713030b8 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -183,9 +183,10 @@ to insert the text from the selection. | |||
| 183 | command of the program operating the other window, to select the text | 183 | command of the program operating the other window, to select the text |
| 184 | you want. Then yank it in Emacs with @kbd{C-y} or @kbd{Mouse-2}. | 184 | you want. Then yank it in Emacs with @kbd{C-y} or @kbd{Mouse-2}. |
| 185 | 185 | ||
| 186 | The standard coding system for X selections is @code{compound-text}. | 186 | The standard coding system for X selections is |
| 187 | To specify another coding system for X selections, use @kbd{C-x | 187 | @code{compound-text-with-extensions}. To specify another coding |
| 188 | @key{RET} x} or @kbd{C-x @key{RET} X}. @xref{Specify Coding}. | 188 | system for X selections, use @kbd{C-x @key{RET} x} or @kbd{C-x |
| 189 | @key{RET} X}. @xref{Specify Coding}. | ||
| 189 | 190 | ||
| 190 | These cutting and pasting commands also work on MS-Windows. | 191 | These cutting and pasting commands also work on MS-Windows. |
| 191 | 192 | ||