emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105197: mouse-set-region doc fix


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105197: mouse-set-region doc fix
Date: Thu, 14 Jul 2011 16:01:16 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105197
fixes bug(s): http://debbugs.gnu.org/7015
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 16:01:16 +0200
message:
  mouse-set-region doc fix
  
  * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
  the doc string (bug#7015).
modified:
  lisp/ChangeLog
  lisp/mouse.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-14 13:50:25 +0000
+++ b/lisp/ChangeLog    2011-07-14 14:01:16 +0000
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
+       the doc string (bug#7015).
+
        * font-lock.el (font-lock-maximum-decoration): Mention what
        numeric levels mean (bug#6935).
 

=== modified file 'lisp/mouse.el'
--- a/lisp/mouse.el     2011-07-01 17:58:14 +0000
+++ b/lisp/mouse.el     2011-07-14 14:01:16 +0000
@@ -687,7 +687,9 @@
 
 (defun mouse-set-region (click)
   "Set the region to the text dragged over, and copy to kill ring.
-This should be bound to a mouse drag event."
+This should be bound to a mouse drag event.
+See the `mouse-drag-copy-region' variable to control whether this
+command alters the kill ring or not."
   (interactive "e")
   (mouse-minibuffer-check click)
   (select-window (posn-window (event-start click)))


reply via email to

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