diff options
| -rw-r--r-- | man/frames.texi | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi index d08b25ad828..bd49e582316 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -32,7 +32,7 @@ so that you can use many of the features described in this chapter. | |||
| 32 | @cindex MS Windows | 32 | @cindex MS Windows |
| 33 | Emacs compiled for MS Windows mostly supports the same features as | 33 | Emacs compiled for MS Windows mostly supports the same features as |
| 34 | under X. However, images, tool bars, and tooltips are not yet | 34 | under X. However, images, tool bars, and tooltips are not yet |
| 35 | available on MS Windows as of Emacs version 21.1. | 35 | available in Emacs version 21.1 on MS-Windows. |
| 36 | 36 | ||
| 37 | @menu | 37 | @menu |
| 38 | * Mouse Commands:: Moving, cutting, and pasting, with the mouse. | 38 | * Mouse Commands:: Moving, cutting, and pasting, with the mouse. |
| @@ -179,9 +179,13 @@ Under X, this also sets the @dfn{primary selection}. Then use the | |||
| 179 | ``paste'' or ``yank'' command of the program operating the other window | 179 | ``paste'' or ``yank'' command of the program operating the other window |
| 180 | to insert the text from the selection. | 180 | to insert the text from the selection. |
| 181 | 181 | ||
| 182 | To copy text from another X window, use the ``cut'' or ``copy'' command | 182 | To copy text from another X window, use the ``cut'' or ``copy'' |
| 183 | of the program operating the other window, to select the text you want. | 183 | command of the program operating the other window, to select the text |
| 184 | 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 | |||
| 186 | The standard coding system for X selections is @code{compound-text}. | ||
| 187 | To specify another coding system for X selections, use @kbd{C-x | ||
| 188 | @key{RET} x} or @kbd{C-x @key{RET} X}. @xref{Specify Coding}. | ||
| 185 | 189 | ||
| 186 | These cutting and pasting commands also work on MS-Windows. | 190 | These cutting and pasting commands also work on MS-Windows. |
| 187 | 191 | ||