aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/frames.texi4
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 @@
12009-07-21 Chong Yidong <cyd@stupidchicken.com>
2
3 * frames.texi (Cut/Paste Other App): For select-active-regions,
4 selection is now updated on moving point.
5
12009-07-21 Richard Stallman <rms@gnu.org> 62009-07-21 Richard Stallman <rms@gnu.org>
2 7
3 * glossary.texi (GNU, Daemon): Update information. 8 * 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}.
257is not normally saved to the primary selection. However, if you 257is not normally saved to the primary selection. However, if you
258change the variable @code{select-active-regions} to @code{t}, the 258change the variable @code{select-active-regions} to @code{t}, the
259region is saved to the primary selection each time you activate the 259region is saved to the primary selection each time you activate the
260mark (the primary selection is @emph{not} updated if you subsequently 260mark. The primary selection is updated if you subsequently change the
261change the region by moving point). If you change the variable 261region by moving point. If you change the variable
262@code{yank-pop-change-selection} to @code{t}, rotating the kill ring 262@code{yank-pop-change-selection} to @code{t}, rotating the kill ring
263with @kbd{M-y} (@code{yank-pop}) also saves the new yank to the 263with @kbd{M-y} (@code{yank-pop}) also saves the new yank to the
264primary selection (@pxref{Yanking}). 264primary selection (@pxref{Yanking}).