diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-03-05 20:37:34 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-03-05 20:37:34 +0200 |
commit | ec79bdc53fd75ea48c1451b0d83b0b41a0345bc6 (patch) | |
tree | 7d75a0b4aba2f82cd6bde0686760e3a1b49345c6 /doc | |
parent | f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (diff) | |
download | emacs-ec79bdc53fd75ea48c1451b0d83b0b41a0345bc6.tar.gz |
Minor fix in Emacs manual's Glossary
* doc/emacs/glossary.texi (Glossary): Fix outdated text about
primary selection. Reported by Gijs Hillenius
<gijs@hillenius.net> in emacs-manual-bugs@gnu.org.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/glossary.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index fd9e97f2d5f..148aafd1e51 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi @@ -1090,8 +1090,9 @@ The primary selection is one particular X selection (q.v.); it is the selection that most X applications use for transferring text to and from other applications. -The Emacs kill commands set the primary selection and the yank command -uses the primary selection when appropriate. @xref{Killing}. +The Emacs commands that mark or select text set the primary selection, +and clicking the mouse inserts text from the primary selection when +appropriate. @xref{Shift Selection}. @item Prompt A prompt is text used to ask you for input. Displaying a prompt |