From 50893fe933d7a289ce2b89368a6daa1940202c2d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jan 1996 23:07:38 +0000 Subject: [PATCH] (ediff-mouse-pixel-threshold): Renamed from ediff-mouse-pixel-threshhold. --- lisp/ediff-wind.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 749ca89a4f5..733de52fdac 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -113,7 +113,7 @@ Do not specify width and height here. These are computed automatically.") (ediff-defvar-local ediff-mouse-pixel-position nil "") ;; not used for now -(defvar ediff-mouse-pixel-threshhold 30 +(defvar ediff-mouse-pixel-threshold 30 "If the user moves mouse more than this many pixels, Ediff won't warp mouse into control window.") (defvar ediff-grab-mouse t @@ -176,7 +176,7 @@ the frame used for the wide display.") (defvar ediff-prefer-iconified-control-frame nil "*If t, keep control panel iconified when help message is off. This has effect only on a windowing system. -If t, hiting `?' to toggle control panel off iconifies it. +If t, hitting `?' to toggle control panel off iconifies it. This is only useful in Emacs and only for certain kinds of window managers, such as TWM and its derivatives, since the window manager must permit -- 2.39.2