aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-17 21:50:37 +0000
committerChong Yidong2008-11-17 21:50:37 +0000
commitedabb440832c77bf29b1e70021607beaa813b91e (patch)
treee0f8ff4a61cf598f399008f3b3dfc69d15c03d2f
parent1bc9c425b74c1df9f63d4bb24a684b81aa034634 (diff)
downloademacs-edabb440832c77bf29b1e70021607beaa813b91e.tar.gz
emacs-edabb440832c77bf29b1e70021607beaa813b91e.zip
(Clipboard): Note that paste is bound to clipboard-yank.
-rw-r--r--doc/emacs/frames.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 415c7eedfab..51928551c37 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -361,9 +361,10 @@ selection discussed earlier. You can access the clipboard through the
361@code{Copy} menu item, copies the region to the kill ring and saves it 361@code{Copy} menu item, copies the region to the kill ring and saves it
362in the clipboard. 362in the clipboard.
363 363
364@findex clipboard-yank
364@cindex paste 365@cindex paste
365 The @code{Paste} menu item in the Edit menu yanks the contents of 366 The @code{Paste} menu item in the Edit menu yanks the contents of
366the clipboard at point. 367the clipboard at point (@code{clipboard-yank}).
367 368
368@vindex x-select-enable-clipboard 369@vindex x-select-enable-clipboard
369 You can customize the variable @code{x-select-enable-clipboard} to 370 You can customize the variable @code{x-select-enable-clipboard} to