emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 70d68a9: Document renaming of x-select-enable-* v


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 70d68a9: Document renaming of x-select-enable-* variables
Date: Sat, 28 Nov 2015 18:39:34 +0000

branch: emacs-25
commit 70d68a9dd155b36dfcc3112e699fe5b855c29425
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document renaming of x-select-enable-* variables
    
    * doc/emacs/killing.texi (Clipboard): Rename
    x-select-enable-clipboard to select-enable-clipboard and
    x-select-enable-primary to select-enable-primary.  Update index
    entries.
    
    * etc/NEWS: Mark entry as documented.
---
 doc/emacs/killing.texi |   10 +++++-----
 etc/NEWS               |    5 +++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index d453647..f05b8cc 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -504,9 +504,9 @@ does not alter the clipboard.  However, if you change
 @code{yank-pop-change-selection} to @code{t}, then @kbd{M-y} saves the
 new yank to the clipboard.
 
address@hidden x-select-enable-clipboard
address@hidden select-enable-clipboard
   To prevent kill and yank commands from accessing the clipboard,
-change the variable @code{x-select-enable-clipboard} to @code{nil}.
+change the variable @code{select-enable-clipboard} to @code{nil}.
 
 @cindex clipboard manager
 @vindex x-select-enable-clipboard-manager
@@ -519,14 +519,14 @@ when exiting Emacs; if you wish to prevent Emacs from 
transferring
 data to the clipboard manager, change the variable
 @code{x-select-enable-clipboard-manager} to @code{nil}.
 
address@hidden x-select-enable-primary
address@hidden select-enable-primary
 @findex clipboard-kill-region
 @findex clipboard-kill-ring-save
 @findex clipboard-yank
   Prior to Emacs 24, the kill and yank commands used the primary
 selection (@pxref{Primary Selection}), not the clipboard.  If you
-prefer this behavior, change @code{x-select-enable-clipboard} to
address@hidden, @code{x-select-enable-primary} to @code{t}, and
+prefer this behavior, change @code{select-enable-clipboard} to
address@hidden, @code{select-enable-primary} to @code{t}, and
 @code{mouse-drag-copy-region} to @code{t}.  In this case, you can use
 the following commands to act explicitly on the clipboard:
 @code{clipboard-kill-region} kills the region and saves it to the
diff --git a/etc/NEWS b/etc/NEWS
index 8a3bd8e..a18c9ce 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -148,8 +148,9 @@ the `network-security-level' variable.
 +++
 ** C-h l now also lists the commands that were run.
 
-** x-select-enable-clipboard is renamed select-enable-clipboard.
-x-select-enable-primary and renamed select-enable-primary.
++++
+** x-select-enable-clipboard is renamed select-enable-clipboard
+and x-select-enable-primary is renamed select-enable-primary.
 Additionally they both now apply to all systems (OSX, GNUstep, Windows, you
 name it), with the proviso that on some systems (e.g. Windows)
 select-enable-primary is ineffective since the system doesn't



reply via email to

[Prev in Thread] Current Thread [Next in Thread]