diff options
| author | Po Lu | 2022-05-28 10:21:52 +0800 |
|---|---|---|
| committer | Po Lu | 2022-05-28 10:21:52 +0800 |
| commit | b52f36a33d84fad94deb2469d5b9f1bb96e2a920 (patch) | |
| tree | 9550fdf8999cc20e2e6a63eacda94afd67ef025e /src | |
| parent | 73237458ba305506d42293beb88d26054f8a353c (diff) | |
| download | emacs-b52f36a33d84fad94deb2469d5b9f1bb96e2a920.tar.gz emacs-b52f36a33d84fad94deb2469d5b9f1bb96e2a920.zip | |
Improve documentation of `x-begin-drag'
* src/xfns.c (Fx_begin_drag): Fix typos and improve wording.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index 4b5d30bca25..60b22ff145d 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -6830,9 +6830,9 @@ is allowed to be FRAME. Otherwise, no action will be taken if the | |||
| 6830 | mouse buttons are released on top of FRAME. | 6830 | mouse buttons are released on top of FRAME. |
| 6831 | 6831 | ||
| 6832 | This function will sometimes return immediately if no mouse buttons | 6832 | This function will sometimes return immediately if no mouse buttons |
| 6833 | are currently held down, and should only be called in situations where | 6833 | are currently held down. It should only be called when it is known |
| 6834 | it is known that some are being held down down, such as immediately | 6834 | that mouse buttons are being held down, such as immediately after a |
| 6835 | after a `down-mouse-1' event. */) | 6835 | `down-mouse-1' (or similar) event. */) |
| 6836 | (Lisp_Object targets, Lisp_Object action, Lisp_Object frame, | 6836 | (Lisp_Object targets, Lisp_Object action, Lisp_Object frame, |
| 6837 | Lisp_Object return_frame, Lisp_Object allow_current_frame) | 6837 | Lisp_Object return_frame, Lisp_Object allow_current_frame) |
| 6838 | { | 6838 | { |