# HG changeset patch # User Gerd Moellmann # Date 989932619 0 # Node ID 7b449aec29d2a36a3efc57aa18940e8836fdae9b # Parent d0ece64f696435470ba8678899c2a1078e4e8207 (mouse-delete-other-windows): Doc fix. diff -r d0ece64f6964 -r 7b449aec29d2 lisp/mouse.el --- 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))