aboutsummaryrefslogtreecommitdiffstats
path: root/man/frames.texi
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-26 16:47:24 +0000
committerEli Zaretskii2002-02-26 16:47:24 +0000
commite57a7d9eae7d9fa37fe53a041bfeeed57309da8b (patch)
treef4e2e16fbfd86042ce451cfe88e758270733a6e4 /man/frames.texi
parent3dfdc066a998907167fb2873abf95dbb745b811a (diff)
downloademacs-e57a7d9eae7d9fa37fe53a041bfeeed57309da8b.tar.gz
emacs-e57a7d9eae7d9fa37fe53a041bfeeed57309da8b.zip
(Mouse Commands): The default for selections encoding is
compound-text-with-extensions.
Diffstat (limited to 'man/frames.texi')
-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