From 5925bb84c9a548c4bbe7f41e2e7e011fac701160 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 15 May 2001 13:16:59 +0000 Subject: [PATCH] (mouse-delete-other-windows): Doc fix. --- lisp/mouse.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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))