From: Eli Zaretskii Date: Mon, 5 Mar 2018 18:37:34 +0000 (+0200) Subject: Minor fix in Emacs manual's Glossary X-Git-Tag: emacs-26.1-rc1~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec79bdc53fd75ea48c1451b0d83b0b41a0345bc6;p=emacs.git Minor fix in Emacs manual's Glossary * doc/emacs/glossary.texi (Glossary): Fix outdated text about primary selection. Reported by Gijs Hillenius in emacs-manual-bugs@gnu.org. --- 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