1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(mouse-delete-other-windows): Doc fix.

This commit is contained in:
Gerd Moellmann 2001-05-15 13:16:59 +00:00
parent 7644c6054b
commit 5925bb84c9

View File

@ -1,6 +1,7 @@
;;; 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 windows except the one you click on."
(interactive "@")
(delete-other-windows))