From: Gerd Moellmann Date: Tue, 15 May 2001 13:16:59 +0000 (+0000) Subject: (mouse-delete-other-windows): Doc fix. X-Git-Tag: emacs-pretest-21.0.104~496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5925bb84c9a548c4bbe7f41e2e7e011fac701160;p=emacs.git (mouse-delete-other-windows): Doc fix. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index ddb0ead03d2..66d0a924b85 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))