+2000-11-03 Dave Love <fx@gnu.org>
+
+ * comint.el (comint-completion-addsuffix): Fix custom type.
+
2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
* font-lock.el (font-lock-buffers): Remove.
DIRSUFFIX and FILESUFFIX are strings added on unambiguous or exact completion.
This mirrors the optional behavior of tcsh."
:type '(choice (const :tag "None" nil)
- (const :tag "add /" t)
+ (const :tag "Add /" t)
(cons :tag "Suffix pair"
(string :tag "Directory suffix")
(string :tag "File suffix")))