Mercurial > emacs
changeset 104019:a1c57615d215
* frames.texi (Cut/Paste Other App): For select-active-regions,
selection is now updated on moving point.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 21 Jul 2009 23:50:50 +0000 |
parents | ebf42d59baa0 |
children | 48eee3db3afa |
files | doc/emacs/ChangeLog doc/emacs/frames.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Tue Jul 21 23:47:49 2009 +0000 +++ b/doc/emacs/ChangeLog Tue Jul 21 23:50:50 2009 +0000 @@ -1,3 +1,8 @@ +2009-07-21 Chong Yidong <cyd@stupidchicken.com> + + * frames.texi (Cut/Paste Other App): For select-active-regions, + selection is now updated on moving point. + 2009-07-21 Richard Stallman <rms@gnu.org> * glossary.texi (GNU, Daemon): Update information.
--- a/doc/emacs/frames.texi Tue Jul 21 23:47:49 2009 +0000 +++ b/doc/emacs/frames.texi Tue Jul 21 23:50:50 2009 +0000 @@ -257,8 +257,8 @@ is not normally saved to the primary selection. However, if you change the variable @code{select-active-regions} to @code{t}, the region is saved to the primary selection each time you activate the -mark (the primary selection is @emph{not} updated if you subsequently -change the region by moving point). If you change the variable +mark. The primary selection is updated if you subsequently change the +region by moving point. If you change the variable @code{yank-pop-change-selection} to @code{t}, rotating the kill ring with @kbd{M-y} (@code{yank-pop}) also saves the new yank to the primary selection (@pxref{Yanking}).