diff lisp/mouse.el @ 37741:7b449aec29d2

(mouse-delete-other-windows): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 15 May 2001 13:16:59 +0000
parents 0d7ea691acc4
children 3cf8f8ea6d0e
line wrap: on
line diff
--- a/lisp/mouse.el	Tue May 15 12:23:56 2001 +0000
+++ b/lisp/mouse.el	Tue May 15 13:16:59 2001 +0000
@@ -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 @@
     (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))