diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-07-21 23:50:50 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-07-21 23:50:50 +0000 |
commit | b6937a70fdaf9cab1891dddfc52e7ce1efc7b916 (patch) | |
tree | 0fae858f332dc1475733cc418ce0e6b6f19941cf /doc/emacs | |
parent | 551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c (diff) | |
download | emacs-b6937a70fdaf9cab1891dddfc52e7ce1efc7b916.tar.gz emacs-b6937a70fdaf9cab1891dddfc52e7ce1efc7b916.tar.bz2 emacs-b6937a70fdaf9cab1891dddfc52e7ce1efc7b916.zip |
* frames.texi (Cut/Paste Other App): For select-active-regions,
selection is now updated on moving point.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/frames.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3e52a58a0e2..58d0a2db38f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -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. diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 98679cf9d04..05347169e74 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -257,8 +257,8 @@ the primary selection. @xref{Killing}. 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}). |