aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorPaul Eggert2019-11-08 17:07:13 -0800
committerPaul Eggert2019-11-08 17:11:01 -0800
commitf8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch)
tree968d78aea467a7f574227bdb46073a15e4372efb /lisp/mouse.el
parentb7f843adfd91bdbb24af7539a782d12767646fce (diff)
downloademacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz
emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.zip
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 4a351f7be25..238852ffdc8 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -622,9 +622,9 @@ START-EVENT is the starting mouse event of the drag action. Its
622position window denotes the frame that will be dragged. 622position window denotes the frame that will be dragged.
623 623
624PART specifies the part that has been dragged and must be one of 624PART specifies the part that has been dragged and must be one of
625the symbols 'left', 'top', 'right', 'bottom', 'top-left', 625the symbols `left', `top', `right', `bottom', `top-left',
626'top-right', 'bottom-left', 'bottom-right' to drag an internal 626`top-right', `bottom-left', `bottom-right' to drag an internal
627border or edge. If PART equals 'move', this means to move the 627border or edge. If PART equals `move', this means to move the
628frame with the mouse." 628frame with the mouse."
629 ;; Give temporary modes such as isearch a chance to turn off. 629 ;; Give temporary modes such as isearch a chance to turn off.
630 (run-hooks 'mouse-leave-buffer-hook) 630 (run-hooks 'mouse-leave-buffer-hook)