X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279..ca29f2b87b5d3ca64e06fd81acd34701387782a6:/lisp/mouse-sel.el diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 90a52d6328..eed64d6c85 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -152,8 +152,8 @@ (defcustom mouse-sel-mode nil "Toggle Mouse Sel mode. When Mouse Sel mode is enabled, mouse selection is enhanced in various ways. -This variable should be set only with \\[customize], which is equivalent -to using the function `mouse-sel-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `mouse-sel-mode'." :set (lambda (symbol value) (mouse-sel-mode (or value 0))) :initialize 'custom-initialize-default @@ -203,9 +203,10 @@ Triple-clicking selects lines. Quad-clicking selects paragraphs. - Selecting sets the region & X primary selection, but does NOT affect -the kill-ring. Because the mouse handlers set the primary selection -directly, mouse-sel sets the variables interprogram-cut-function -and interprogram-paste-function to nil. +the kill-ring, nor do the kill-ring function change the X selection. +Because the mouse handlers set the primary selection directly, +mouse-sel sets the variables interprogram-cut-function and +interprogram-paste-function to nil. - Clicking mouse-2 inserts the contents of the primary selection at the mouse position (or point, if mouse-yank-at-point is non-nil).