aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/frames.texi7
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.
183command of the program operating the other window, to select the text 183command of the program operating the other window, to select the text
184you want. Then yank it in Emacs with @kbd{C-y} or @kbd{Mouse-2}. 184you 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
187To 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}. 188system 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