diff options
Diffstat (limited to 'src/callint.c')
-rw-r--r-- | src/callint.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/callint.c b/src/callint.c index 4d0a2a07921..1371b403e4b 100644 --- a/src/callint.c +++ b/src/callint.c @@ -105,9 +105,10 @@ Z -- Coding system, nil if no prefix arg. In addition, if the string begins with `*', an error is signaled if the buffer is read-only. -If the string begins with `@', Emacs searches the key sequence which - invoked the command for its first mouse click (or any other event - which specifies a window). +If `@' appears at the beginning of the string, and if the key sequence + used to invoke the command includes any mouse events, then the window + associated with the first of those events is selected before the + command is run. If the string begins with `^' and `shift-select-mode' is non-nil, Emacs first calls the function `handle-shift-selection'. You may use `@', `*', and `^' together. They are processed in the |