diff options
Diffstat (limited to 'lisp/ediff-wind.el')
-rw-r--r-- | lisp/ediff-wind.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 6aff0d81278..ac942dc1eb1 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -177,7 +177,7 @@ responsibility." Expects three parameters: the control buffer, the desired width and height of the control frame. It returns an association list of the form \(\(top . <position>\) \(left . <position>\)\)" - :type 'boolean + :type 'function :group 'ediff-window) (defcustom ediff-control-frame-upward-shift (if ediff-xemacs-p 42 14) |