+2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
+
+ * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
+ boolean.
+
2004-07-09 Lars Hansen <larsh@math.ku.dk>
* wid-edit.el (widget-field-buffer): Doc fix.
(defcustom ediff-meta-truncate-filenames t
"*If non-nil, truncate long file names in the session group buffers.
This can be toggled with `ediff-toggle-filename-truncation'."
- :type 'hook
+ :type 'boolean
:group 'ediff-mult)
(defcustom ediff-registry-setup-hook nil
"*Hooks run just after the registry control panel is set up."