diff options
Diffstat (limited to 'lisp/windmove.el')
-rw-r--r-- | lisp/windmove.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/windmove.el b/lisp/windmove.el index c8ea4fd1e54..958a9585dc3 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el @@ -644,7 +644,7 @@ Default value of MODIFIERS is `shift-meta'." (defun windmove-delete-in-direction (dir &optional arg) "Delete the window at direction DIR. If prefix ARG is `\\[universal-argument]', also kill the buffer in that window. -With `M-0' prefix, delete the selected window and +With \\`M-0' prefix, delete the selected window and select the window at direction DIR. When `windmove-wrap-around' is non-nil, takes the window from the opposite side of the frame." |