diff lisp/ediff-wind.el @ 46694:9b8e9cf6b790

(ediff-window-setup-function): Extend type declaration.
author Markus Rost <rost@math.uni-bielefeld.de>
date Fri, 26 Jul 2002 02:10:56 +0000
parents 69c91aaa067a
children 8e6ed5c1f142
line wrap: on
line diff
--- a/lisp/ediff-wind.el	Thu Jul 25 19:31:25 2002 +0000
+++ b/lisp/ediff-wind.el	Fri Jul 26 02:10:56 2002 +0000
@@ -94,7 +94,9 @@
        Buffer C may not be used in jobs that compare only two buffers.
 If you plan to do something fancy, take a close look at how the two
 provided functions are written."
-  :type 'function
+  :type '(choice (const :tag "Multi Frame" ediff-setup-windows-multiframe)
+		 (const :tag "Single Frame" ediff-setup-windows-plain)
+		 (function :tag "Other function"))
   :group 'ediff-window)
 
 ;; indicates if we are in a multiframe setup