aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-05-15 13:16:59 +0000
committerGerd Moellmann <[email protected]>2001-05-15 13:16:59 +0000
commit5925bb84c9a548c4bbe7f41e2e7e011fac701160 (patch)
treee6bc56289145be29c59e564a577db7e6f6f7fe15 /lisp/mouse.el
parent7644c6054b1678c505c7fe434ba80c6a6828c58d (diff)
(mouse-delete-other-windows): Doc fix.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index ddb0ead03d..66d0a924b8 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -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))