Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5925bb84
Commit
5925bb84
authored
May 15, 2001
by
Gerd Moellmann
Browse files
(mouse-delete-other-windows): Doc fix.
parent
7644c605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/mouse.el
lisp/mouse.el
+3
-2
No files found.
lisp/mouse.el
View file @
5925bb84
;;; mouse.el --- window system-independent mouse support
;; Copyright (C) 1993, 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: hardware, mouse
...
...
@@ -264,7 +265,7 @@ This command must be bound to a mouse click."
(
delete-window
window
)))
(
defun
mouse-delete-other-windows
()
"Delete all window except the one you click on."
"Delete all window
s
except the one you click on."
(
interactive
"@"
)
(
delete-other-windows
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment