]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-delete-other-windows): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 15 May 2001 13:16:59 +0000 (13:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 15 May 2001 13:16:59 +0000 (13:16 +0000)
lisp/mouse.el

index ddb0ead03d24791adad8df8c85eeaef4913e62f3..66d0a924b85bd1b175e4ddd8a0b8408dd07019c0 100644 (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))