diff options
| author | Paul Eggert | 2019-11-08 17:07:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-08 17:11:01 -0800 |
| commit | f8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch) | |
| tree | 968d78aea467a7f574227bdb46073a15e4372efb /lisp/mouse.el | |
| parent | b7f843adfd91bdbb24af7539a782d12767646fce (diff) | |
| download | emacs-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.el | 6 |
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 | |||
| 622 | position window denotes the frame that will be dragged. | 622 | position window denotes the frame that will be dragged. |
| 623 | 623 | ||
| 624 | PART specifies the part that has been dragged and must be one of | 624 | PART specifies the part that has been dragged and must be one of |
| 625 | the symbols 'left', 'top', 'right', 'bottom', 'top-left', | 625 | the 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 |
| 627 | border or edge. If PART equals 'move', this means to move the | 627 | border or edge. If PART equals `move', this means to move the |
| 628 | frame with the mouse." | 628 | frame 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) |