aboutsummaryrefslogtreecommitdiffstats
path: root/man/frames.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-04-06 08:24:26 +0000
committerRichard M. Stallman <[email protected]>2001-04-06 08:24:26 +0000
commit0b9ad3522081d0d847fe4afd40dc7176d4cd669b (patch)
tree2496ab07d659e0834cb900c4b5291f91aa5eb711 /man/frames.texi
parent8f62569219bb6f7c9645adba2bd078cd7a2e135d (diff)
Minor clarification; add xref for C-x RET x and C-x RET X.
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi
index d08b25ad82..bd49e58231 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.
@cindex MS Windows
Emacs compiled for MS Windows mostly supports the same features as
under X. However, images, tool bars, and tooltips are not yet
-available on MS Windows as of Emacs version 21.1.
+available in Emacs version 21.1 on MS-Windows.
@menu
* 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
``paste'' or ``yank'' command of the program operating the other window
to insert the text from the selection.
- To copy text from another X window, use the ``cut'' or ``copy'' command
-of the program operating the other window, to select the text you want.
-Then yank it in Emacs with @kbd{C-y} or @kbd{Mouse-2}.
+ To copy text from another X window, use the ``cut'' or ``copy''
+command of the program operating the other window, to select the text
+you want. Then yank it in Emacs with @kbd{C-y} or @kbd{Mouse-2}.
+
+ The standard coding system for X selections is @code{compound-text}.
+To specify another coding system for X selections, use @kbd{C-x
+@key{RET} x} or @kbd{C-x @key{RET} X}. @xref{Specify Coding}.
These cutting and pasting commands also work on MS-Windows.